Html Css Color HEX #020009 Black Russian

📋 copy color: '#020009'

red 2 ◦ green 0 ◦ blue 9

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

Shades of Black Russian #020009

Tints of Black Russian #020009

RGB

 RED value IS 2 (1.17% from 255) = 18.18%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 9 (3.91% from 255) = 81.82%

R = 18.18%
G = 0%
B = 81.82%

CMYK

 C value IS 0.78

 M value IS 1

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#020009 (or 0x020009) is known color: Black Russian. HEX triplet: 02, 00 and 09. RGB value is (2,0,9). Sum of RGB (Red+Green+Blue) = 2+0+9=11 (1% of max value = 765). Red value is 2 (1.17% from 255 or 18.18% from 11); Green value is 0 (0.39% from 255 or 0% from 11); Blue value is 9 (3.91% from 255 or 81.82% from 11); Max value from RGB is 9 - color contains mainly: blue. Hex color #020009 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020009 is #FDFFF6. Grayscale: #010101. Windows color (decimal): -16646135 or 589826. OLE color: 589826.

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

Color convert

RGB 2 0 9 -
CMYK 0.78 1 0 0.96
HSL 253.33º 1% 0.02% -
HSV(B) 253.33º 1% 0.04% -
XYZ 0.07 0.03 0.26 -
YUV 1.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 2 0 9 0.78 1 0 0.96 253.33 1 0.02
Hex 2 0 9 4E 64 0 60 FD 64 2
Octal 2 0 11 116 144 0 140 375 144 2
Binary 10 0 1001 1001110 1100100 0 1100000 11111101 1100100 10

Color Harmonies of #020009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020009

Black with #020009

Text Example


Text Example

White with #020009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020009; }

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

 H1.HeaderClassName
 {
   color: #020009;
 }
 .AnyTagClassName
 {
   color: #020009;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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