#050C18

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

Shades of Black Pearl #050C18

Tints of Black Pearl #050C18

Color information

#050C18 (or 0x050C18) is unknown color: approx Black Pearl. HEX triplet: 05, 0C and 18. RGB value is (5,12,24). Sum of RGB (Red+Green+Blue) = 5+12+24=41 (5% of max value = 765). Red value is 5 (2.34% from 255 or 12.20% from 41); Green value is 12 (5.08% from 255 or 29.27% from 41); Blue value is 24 (9.77% from 255 or 58.54% from 41); Max value from RGB is 24 - color contains mainly: blue. Hex color #050C18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050C18 is #FAF3E7. Grayscale: #0B0B0B. Windows color (decimal): -16446440 or 1575941. OLE color: 1575941.

HSL color Cylindrical-coordinate representation of color #050C18: hue angle of 217.89º degrees, saturation: 0.66, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #050C18 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB51224-
CMYK0.790.5000.91
HSL217.89º65.52%5.69%-
HSV(B)217.89º79.17%9.41%-
XYZ0.360.360.91-
YUV11.28135.18123.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 12.20%
GREEN value IS 12 (5.08% from 255) = 29.27%
BLUE value IS 24 (9.77% from 255) = 58.54%
R=12.20%
G=29.27%
B=58.54%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal512240.790.5000.91217.8965.525.69
Hex5C184F3205Bda426
Octal514301176201333321026
Binary101110011000100111111001001011011110110101000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050C18; }

 p { color: rgb(5,12,24); }

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

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

 a { background-color: rgb(5,12,24); }

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

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

 span { border-color: rgb(5,12,24); }

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