#02111D

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

Shades of Black Pearl #02111D

Tints of Black Pearl #02111D

Color information

#02111D (or 0x02111D) is unknown color: approx Black Pearl. HEX triplet: 02, 11 and 1D. RGB value is (2,17,29). Sum of RGB (Red+Green+Blue) = 2+17+29=48 (6% of max value = 765). Red value is 2 (1.17% from 255 or 4.17% from 48); Green value is 17 (7.03% from 255 or 35.42% from 48); Blue value is 29 (11.72% from 255 or 60.42% from 48); Max value from RGB is 29 - color contains mainly: blue. Hex color #02111D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02111D is #FDEEE2. Grayscale: #0D0D0D. Windows color (decimal): -16641763 or 1904898. OLE color: 1904898.

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

Color convert

RGB21729-
CMYK0.930.4100.89
HSL206.67º87.1%6.08%-
HSV(B)206.67º93.1%11.37%-
XYZ0.450.51.24-
YUV13.88136.53119.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 4.17%
GREEN value IS 17 (7.03% from 255) = 35.42%
BLUE value IS 29 (11.72% from 255) = 60.42%
R=4.17%
G=35.42%
B=60.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal217290.930.4100.89206.6787.16.08
Hex2111D5D29059cf576
Octal221351355101313171276
Binary101000111101101110110100101011001110011111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02111D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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