#02192A

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

Shades of Black Pearl #02192A

Tints of Black Pearl #02192A

Color information

#02192A (or 0x02192A) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 2A. RGB value is (2,25,42). Sum of RGB (Red+Green+Blue) = 2+25+42=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 25 (10.16% from 255 or 36.23% from 69); Blue value is 42 (16.80% from 255 or 60.87% from 69); Max value from RGB is 42 - color contains mainly: blue. Hex color #02192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02192A is #FDE6D5. Grayscale: #131313. Windows color (decimal): -16639702 or 2758914. OLE color: 2758914.

HSL color Cylindrical-coordinate representation of color #02192A: hue angle of 205.5º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #02192A is Cyan = 0.95, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB22542-
CMYK0.950.4000.84
HSL205.5º90.91%8.63%-
HSV(B)205.5º95.24%16.47%-
XYZ0.790.882.32-
YUV20.06140.38115.12-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 25 (10.16% from 255) = 36.23%
BLUE value IS 42 (16.80% from 255) = 60.87%
R=2.90%
G=36.23%
B=60.87%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal225420.950.4000.84205.590.918.63
Hex2192A5F28054ce5b9
Octal2315213750012431613311
Binary10110011010101011111101000010101001100111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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