#05121C

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

Shades of Black Pearl #05121C

Tints of Black Pearl #05121C

Color information

#05121C (or 0x05121C) is unknown color: approx Black Pearl. HEX triplet: 05, 12 and 1C. RGB value is (5,18,28). Sum of RGB (Red+Green+Blue) = 5+18+28=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 18 (7.42% from 255 or 35.29% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #05121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05121C is #FAEDE3. Grayscale: #0F0F0F. Windows color (decimal): -16444900 or 1839621. OLE color: 1839621.

HSL color Cylindrical-coordinate representation of color #05121C: hue angle of 206.09º degrees, saturation: 0.7, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #05121C is Cyan = 0.82, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB51828-
CMYK0.820.3600.89
HSL206.09º69.7%6.47%-
HSV(B)206.09º82.14%10.98%-
XYZ0.490.551.18-
YUV15.25135.19120.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 9.80%
GREEN value IS 18 (7.42% from 255) = 35.29%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=9.80%
G=35.29%
B=54.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal518280.820.3600.89206.0969.76.47
Hex5121C5224059ce466
Octal522341224401313161066
Binary1011001011100101001010010001011001110011101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05121C; }

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

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

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

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

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

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

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

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