#041224

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

Shades of Black Pearl #041224

Tints of Black Pearl #041224

Color information

#041224 (or 0x041224) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 24. RGB value is (4,18,36). Sum of RGB (Red+Green+Blue) = 4+18+36=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 36 (14.45% from 255 or 62.07% from 58); Max value from RGB is 36 - color contains mainly: blue. Hex color #041224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041224 is #FBEDDB. Grayscale: #0F0F0F. Windows color (decimal): -16510428 or 2363908. OLE color: 2363908.

HSL color Cylindrical-coordinate representation of color #041224: hue angle of 213.75º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #041224 is Cyan = 0.89, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB41836-
CMYK0.890.500.86
HSL213.75º80%7.84%-
HSV(B)213.75º88.89%14.12%-
XYZ0.580.591.75-
YUV15.87139.36119.54-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.90%
GREEN value IS 18 (7.42% from 255) = 31.03%
BLUE value IS 36 (14.45% from 255) = 62.07%
R=6.90%
G=31.03%
B=62.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal418360.890.500.86213.75807.84
Hex412245932056d6508
Octal4224413162012632612010
Binary100100101001001011001110010010101101101011010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041224; }

 p { color: rgb(4,18,36); }

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

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

 a { background-color: rgb(4,18,36); }

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

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

 span { border-color: rgb(4,18,36); }

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