#02202E

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

Shades of Black Pearl #02202E

Tints of Black Pearl #02202E

Color information

#02202E (or 0x02202E) is unknown color: approx Black Pearl. HEX triplet: 02, 20 and 2E. RGB value is (2,32,46). Sum of RGB (Red+Green+Blue) = 2+32+46=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 32 (12.89% from 255 or 40% from 80); Blue value is 46 (18.36% from 255 or 57.5% from 80); Max value from RGB is 46 - color contains mainly: blue. Hex color #02202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02202E is #FDDFD1. Grayscale: #181818. Windows color (decimal): -16637906 or 3022850. OLE color: 3022850.

HSL color Cylindrical-coordinate representation of color #02202E: hue angle of 199.09º 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 #02202E is Cyan = 0.96, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB23246-
CMYK0.960.3000.82
HSL199.09º91.67%9.41%-
HSV(B)199.09º95.65%18.04%-
XYZ1.031.242.77-
YUV24.63140.06111.86-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.5%
GREEN value IS 32 (12.89% from 255) = 40%
BLUE value IS 46 (18.36% from 255) = 57.5%
R=2.5%
G=40%
B=57.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal232460.960.3000.82199.0991.679.41
Hex2202E601E052c75c9
Octal2405614036012230713411
Binary10100000101110110000011110010100101100011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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