#02191E

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

Shades of Black Pearl #02191E

Tints of Black Pearl #02191E

Color information

#02191E (or 0x02191E) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 1E. RGB value is (2,25,30). Sum of RGB (Red+Green+Blue) = 2+25+30=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 25 (10.16% from 255 or 43.86% from 57); Blue value is 30 (12.11% from 255 or 52.63% from 57); Max value from RGB is 30 - color contains mainly: blue. Hex color #02191E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02191E is #FDE6E1. Grayscale: #121212. Windows color (decimal): -16639714 or 1972482. OLE color: 1972482.

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

Color convert

RGB22530-
CMYK0.930.1700.88
HSL190.71º87.5%6.27%-
HSV(B)190.71º93.33%11.76%-
XYZ0.610.81.35-
YUV18.69134.38116.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.51%
GREEN value IS 25 (10.16% from 255) = 43.86%
BLUE value IS 30 (12.11% from 255) = 52.63%
R=3.51%
G=43.86%
B=52.63%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal225300.930.1700.88190.7187.56.27
Hex2191E5D11058bf586
Octal231361352101302771306
Binary10110011111010111011000101011000101111111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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