#020809

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

Shades of Black Pearl #020809

Tints of Black Pearl #020809

Color information

#020809 (or 0x020809) is unknown color: approx Black Pearl. HEX triplet: 02, 08 and 09. RGB value is (2,8,9). Sum of RGB (Red+Green+Blue) = 2+8+9=19 (2% of max value = 765). Red value is 2 (1.17% from 255 or 10.53% from 19); Green value is 8 (3.52% from 255 or 42.11% from 19); Blue value is 9 (3.91% from 255 or 47.37% from 19); Max value from RGB is 9 - color contains mainly: blue. Hex color #020809 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020809 is #FDF7F6. Grayscale: #060606. Windows color (decimal): -16644087 or 591874. OLE color: 591874.

HSL color Cylindrical-coordinate representation of color #020809: hue angle of 188.57º degrees, saturation: 0.64, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #020809 is Cyan = 0.78, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB289-
CMYK0.780.1100.96
HSL188.57º63.64%2.16%-
HSV(B)188.57º77.78%3.53%-
XYZ0.160.210.29-
YUV6.32129.51124.92-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 10.53%
GREEN value IS 8 (3.52% from 255) = 42.11%
BLUE value IS 9 (3.91% from 255) = 47.37%
R=10.53%
G=42.11%
B=47.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal2890.780.1100.96188.5763.642.16
Hex2894EB060bd402
Octal210111161301402751002
Binary1010001001100111010110110000010111101100000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020809; }

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

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

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

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

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

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

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

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