Html Css Color HEX #020809 Black Pearl

📋 copy color: '#020809'

red 2 ◦ green 8 ◦ blue 9

#020809
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #020809

Tints of Black Pearl #020809

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 value IS 0.78

 M value IS 0.11

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#020809 (or 0x020809) is known color: 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

RGB 2 8 9 -
CMYK 0.78 0.11 0 0.96
HSL 188.57º 0.64% 0.02% -
HSV(B) 188.57º 0.78% 0.04% -
XYZ 0.16 0.21 0.29 -
YUV 6.32 129.51 124.92 -
System Red Green Blue C M Y K H S L
Decimal 2 8 9 0.78 0.11 0 0.96 188.57 0.64 0.02
Hex 2 8 9 4E B 0 60 BD 40 2
Octal 2 10 11 116 13 0 140 275 100 2
Binary 10 1000 1001 1001110 1011 0 1100000 10111101 1000000 10

Color Harmonies of #020809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020809

Black with #020809

Text Example


Text Example

White with #020809

Text Example


Text Example

HTML Codes & Css Web 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>