#051224

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

Shades of Black Pearl #051224

Tints of Black Pearl #051224

Color information

#051224 (or 0x051224) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 24. RGB value is (5,18,36). Sum of RGB (Red+Green+Blue) = 5+18+36=59 (7% of max value = 765). Red value is 5 (2.34% from 255 or 8.47% from 59); Green value is 18 (7.42% from 255 or 30.51% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #051224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #051224 is #FAEDDB. Grayscale: #101010. Windows color (decimal): -16444892 or 2363909. OLE color: 2363909.

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

Color convert

RGB51836-
CMYK0.860.500.86
HSL214.84º75.61%8.04%-
HSV(B)214.84º86.11%14.12%-
XYZ0.60.591.75-
YUV16.16139.19120.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 8.47%
GREEN value IS 18 (7.42% from 255) = 30.51%
BLUE value IS 36 (14.45% from 255) = 61.02%
R=8.47%
G=30.51%
B=61.02%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal518360.860.500.86214.8475.618.04
Hex512245632056d74c8
Octal5224412662012632711410
Binary101100101001001010110110010010101101101011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051224; }

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

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

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

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

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

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

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

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