#02191D

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

Shades of Black Pearl #02191D

Tints of Black Pearl #02191D

Color information

#02191D (or 0x02191D) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 1D. RGB value is (2,25,29). Sum of RGB (Red+Green+Blue) = 2+25+29=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 29 (11.72% from 255 or 51.79% from 56); Max value from RGB is 29 - color contains mainly: blue. Hex color #02191D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02191D is #FDE6E2. Grayscale: #121212. Windows color (decimal): -16639715 or 1906946. OLE color: 1906946.

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

Color convert

RGB22529-
CMYK0.930.1400.89
HSL188.89º87.1%6.08%-
HSV(B)188.89º93.1%11.37%-
XYZ0.590.81.28-
YUV18.58133.88116.17-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.57%
GREEN value IS 25 (10.16% from 255) = 44.64%
BLUE value IS 29 (11.72% from 255) = 51.79%
R=3.57%
G=44.64%
B=51.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal225290.930.1400.89188.8987.16.08
Hex2191D5DE059bd576
Octal231351351601312751276
Binary1011001111011011101111001011001101111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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