#02080B

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

Shades of Black Pearl #02080B

Tints of Black Pearl #02080B

Color information

#02080B (or 0x02080B) is unknown color: approx Black Pearl. HEX triplet: 02, 08 and 0B. RGB value is (2,8,11). Sum of RGB (Red+Green+Blue) = 2+8+11=21 (2% of max value = 765). Red value is 2 (1.17% from 255 or 9.52% from 21); Green value is 8 (3.52% from 255 or 38.10% from 21); Blue value is 11 (4.69% from 255 or 52.38% from 21); Max value from RGB is 11 - color contains mainly: blue. Hex color #02080B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #02080B is #FDF7F4. Grayscale: #060606. Windows color (decimal): -16644085 or 722946. OLE color: 722946.

HSL color Cylindrical-coordinate representation of color #02080B: hue angle of 200º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #02080B is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB2811-
CMYK0.820.2700.96
HSL200º69.23%2.55%-
HSV(B)200º81.82%4.31%-
XYZ0.170.210.35-
YUV6.55130.51124.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 9.52%
GREEN value IS 8 (3.52% from 255) = 38.10%
BLUE value IS 11 (4.69% from 255) = 52.38%
R=9.52%
G=38.10%
B=52.38%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal28110.820.2700.9620069.232.55
Hex28B521B060c8453
Octal210131223301403101053
Binary10100010111010010110110110000011001000100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02080B; }

 p { color: rgb(2,8,11); }

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

<style>
 a { background-color: #02080B; }

 a { background-color: rgb(2,8,11); }

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

<style>
 span { border-color: #02080B; }

 span { border-color: rgb(2,8,11); }

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