#02121E

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

Shades of Black Pearl #02121E

Tints of Black Pearl #02121E

Color information

#02121E (or 0x02121E) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 1E. RGB value is (2,18,30). Sum of RGB (Red+Green+Blue) = 2+18+30=50 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4% from 50); Green value is 18 (7.42% from 255 or 36% from 50); Blue value is 30 (12.11% from 255 or 60% from 50); Max value from RGB is 30 - color contains mainly: blue. Hex color #02121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02121E is #FDEDE1. Grayscale: #0E0E0E. Windows color (decimal): -16641506 or 1970690. OLE color: 1970690.

HSL color Cylindrical-coordinate representation of color #02121E: hue angle of 205.71º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #02121E is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB21830-
CMYK0.930.4000.88
HSL205.71º87.5%6.27%-
HSV(B)205.71º93.33%11.76%-
XYZ0.480.541.31-
YUV14.58136.7119.02-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4%
GREEN value IS 18 (7.42% from 255) = 36%
BLUE value IS 30 (12.11% from 255) = 60%
R=4%
G=36%
B=60%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal218300.930.4000.88205.7187.56.27
Hex2121E5D28058ce586
Octal222361355001303161306
Binary101001011110101110110100001011000110011101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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