#02121B

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

Shades of Black Pearl #02121B

Tints of Black Pearl #02121B

Color information

#02121B (or 0x02121B) is unknown color: approx Black Pearl. HEX triplet: 02, 12 and 1B. RGB value is (2,18,27). Sum of RGB (Red+Green+Blue) = 2+18+27=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 18 (7.42% from 255 or 38.30% from 47); Blue value is 27 (10.94% from 255 or 57.45% from 47); Max value from RGB is 27 - color contains mainly: blue. Hex color #02121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02121B is #FDEDE4. Grayscale: #0E0E0E. Windows color (decimal): -16641509 or 1774082. OLE color: 1774082.

HSL color Cylindrical-coordinate representation of color #02121B: hue angle of 201.6º degrees, saturation: 0.86, 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 #02121B is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB21827-
CMYK0.930.3300.89
HSL201.6º86.21%5.69%-
HSV(B)201.6º92.59%10.59%-
XYZ0.440.521.12-
YUV14.24135.2119.27-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 18 (7.42% from 255) = 38.30%
BLUE value IS 27 (10.94% from 255) = 57.45%
R=4.26%
G=38.30%
B=57.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal218270.930.3300.89201.686.215.69
Hex2121B5D21059ca566
Octal222331354101313121266
Binary101001011011101110110000101011001110010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02121B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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