#02121C

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

Shades of Black Pearl #02121C

Tints of Black Pearl #02121C

Color information

#02121C (or 0x02121C) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 1C. RGB value is (2,18,28). Sum of RGB (Red+Green+Blue) = 2+18+28=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 28 (11.33% from 255 or 58.33% from 48); Max value from RGB is 28 - color contains mainly: blue. Hex color #02121C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02121C is #FDEDE3. Grayscale: #0E0E0E. Windows color (decimal): -16641508 or 1839618. OLE color: 1839618.

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

Color convert

RGB21828-
CMYK0.930.3600.89
HSL203.08º86.67%5.88%-
HSV(B)203.08º92.86%10.98%-
XYZ0.450.531.18-
YUV14.36135.7119.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.17%
GREEN value IS 18 (7.42% from 255) = 37.5%
BLUE value IS 28 (11.33% from 255) = 58.33%
R=4.17%
G=37.5%
B=58.33%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal218280.930.3600.89203.0886.675.88
Hex2121C5D24059cb576
Octal222341354401313131276
Binary101001011100101110110010001011001110010111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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