#02192E

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

Shades of Black Pearl #02192E

Tints of Black Pearl #02192E

Color information

#02192E (or 0x02192E) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 2E. RGB value is (2,25,46). Sum of RGB (Red+Green+Blue) = 2+25+46=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 25 (10.16% from 255 or 34.25% from 73); Blue value is 46 (18.36% from 255 or 63.01% from 73); Max value from RGB is 46 - color contains mainly: blue. Hex color #02192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02192E is #FDE6D1. Grayscale: #141414. Windows color (decimal): -16639698 or 3021058. OLE color: 3021058.

HSL color Cylindrical-coordinate representation of color #02192E: hue angle of 208.64º degrees, saturation: 0.92, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02192E is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB22546-
CMYK0.960.4600.82
HSL208.64º91.67%9.41%-
HSV(B)208.64º95.65%18.04%-
XYZ0.870.912.71-
YUV20.52142.38114.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 25 (10.16% from 255) = 34.25%
BLUE value IS 46 (18.36% from 255) = 63.01%
R=2.74%
G=34.25%
B=63.01%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal225460.960.4600.82208.6491.679.41
Hex2192E602E052d15c9
Octal2315614056012232113411
Binary10110011011101100000101110010100101101000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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