#241456

Color #241456 Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #241456

Tints of Paua #241456

Color information

#241456 (or 0x241456) is unknown color: approx Paua. HEX triplet: 24, 14 and 56. RGB value is (36,20,86). Sum of RGB (Red+Green+Blue) = 36+20+86=142 (18% of max value = 765). Red value is 36 (14.45% from 255 or 25.35% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 86 (33.98% from 255 or 60.56% from 142); Max value from RGB is 86 - color contains mainly: blue. Hex color #241456 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #241456 is #DBEBA9. Grayscale: #202020. Windows color (decimal): -14412714 or 5641252. OLE color: 5641252.

HSL color Cylindrical-coordinate representation of color #241456: hue angle of 254.55º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #241456 is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB362086-
CMYK0.580.7700.66
HSL254.55º62.26%20.78%-
HSV(B)254.55º76.74%33.73%-
XYZ2.661.558.96-
YUV32.31158.3130.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 25.35%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 86 (33.98% from 255) = 60.56%
R=25.35%
G=14.08%
B=60.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3620860.580.7700.66254.5562.2620.78
Hex2414563A4D042ff3e15
Octal44241267211501023777625
Binary1001001010010101101110101001101010000101111111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #241456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #241456; }

 p { color: rgb(36,20,86); }

 H1.HeaderClassName
 {
   color: #241456;
 }
 .AnyTagClassName
 {
   color: #241456;
 }
</style>
background-color css

<style>
 a { background-color: #241456; }

 a { background-color: rgb(36,20,86); }

 div.DivClassName
 {
   background-color: #241456;
 }
 .BgClassName
 {
   background-color: #241456;
 }
</style>
border-color css

<style>
 span { border-color: #241456; }

 span { border-color: rgb(36,20,86); }

 td.TdClassName
 {
   border-color: #241456;
 }
 .TagClassName
 {
   border-color: #241456;
 }
</style>