#02202A

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

Shades of Black Pearl #02202A

Tints of Black Pearl #02202A

Color information

#02202A (or 0x02202A) is unknown color: approx Black Pearl. HEX triplet: 02, 20 and 2A. RGB value is (2,32,42). Sum of RGB (Red+Green+Blue) = 2+32+42=76 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.63% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 42 (16.80% from 255 or 55.26% from 76); Max value from RGB is 42 - color contains mainly: blue. Hex color #02202A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02202A is #FDDFD5. Grayscale: #181818. Windows color (decimal): -16637910 or 2760706. OLE color: 2760706.

HSL color Cylindrical-coordinate representation of color #02202A: hue angle of 195º 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 #02202A is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB23242-
CMYK0.950.2400.84
HSL195º90.91%8.63%-
HSV(B)195º95.24%16.47%-
XYZ0.961.212.37-
YUV24.17138.06112.19-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.63%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 42 (16.80% from 255) = 55.26%
R=2.63%
G=42.11%
B=55.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal232420.950.2400.8419590.918.63
Hex2202A5F18054c35b9
Octal2405213730012430313311
Binary10100000101010101111111000010101001100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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