#02111C

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

Shades of Black Pearl #02111C

Tints of Black Pearl #02111C

Color information

#02111C (or 0x02111C) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 1C. RGB value is (2,17,28). Sum of RGB (Red+Green+Blue) = 2+17+28=47 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.26% from 47); Green value is 17 (7.03% from 255 or 36.17% from 47); Blue value is 28 (11.33% from 255 or 59.57% from 47); Max value from RGB is 28 - color contains mainly: blue. Hex color #02111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02111C is #FDEEE3. Grayscale: #0D0D0D. Windows color (decimal): -16641764 or 1839362. OLE color: 1839362.

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

Color convert

RGB21728-
CMYK0.930.3900.89
HSL205.38º86.67%5.88%-
HSV(B)205.38º92.86%10.98%-
XYZ0.440.51.17-
YUV13.77136.03119.61-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.26%
GREEN value IS 17 (7.03% from 255) = 36.17%
BLUE value IS 28 (11.33% from 255) = 59.57%
R=4.26%
G=36.17%
B=59.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal217280.930.3900.89205.3886.675.88
Hex2111C5D27059cd576
Octal221341354701313151276
Binary101000111100101110110011101011001110011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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