#02111E

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

Shades of Black Pearl #02111E

Tints of Black Pearl #02111E

Color information

#02111E (or 0x02111E) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 1E. RGB value is (2,17,30). Sum of RGB (Red+Green+Blue) = 2+17+30=49 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.08% from 49); Green value is 17 (7.03% from 255 or 34.69% from 49); Blue value is 30 (12.11% from 255 or 61.22% from 49); Max value from RGB is 30 - color contains mainly: blue. Hex color #02111E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02111E is #FDEEE1. Grayscale: #0D0D0D. Windows color (decimal): -16641762 or 1970434. OLE color: 1970434.

HSL color Cylindrical-coordinate representation of color #02111E: hue angle of 207.86º 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 #02111E is Cyan = 0.93, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB21730-
CMYK0.930.4300.88
HSL207.86º87.5%6.27%-
HSV(B)207.86º93.33%11.76%-
XYZ0.460.511.3-
YUV14137.03119.44-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.08%
GREEN value IS 17 (7.03% from 255) = 34.69%
BLUE value IS 30 (12.11% from 255) = 61.22%
R=4.08%
G=34.69%
B=61.22%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal217300.930.4300.88207.8687.56.27
Hex2111E5D2B058d0586
Octal221361355301303201306
Binary101000111110101110110101101011000110100001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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