Html Css Color HEX #020209 Black Russian

📋 copy color: '#020209'

red 2 ◦ green 2 ◦ blue 9

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

Shades of Black Russian #020209

Tints of Black Russian #020209

RGB

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

 GREEN value IS 2 (1.17% from 255) = 15.38%

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

R = 15.38%
G = 15.38%
B = 69.23%

CMYK

 C value IS 0.78

 M value IS 0.78

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#020209 (or 0x020209) is known color: Black Russian. HEX triplet: 02, 02 and 09. RGB value is (2,2,9). Sum of RGB (Red+Green+Blue) = 2+2+9=13 (1% of max value = 765). Red value is 2 (1.17% from 255 or 15.38% from 13); Green value is 2 (1.17% from 255 or 15.38% from 13); Blue value is 9 (3.91% from 255 or 69.23% from 13); Max value from RGB is 9 - color contains mainly: blue. Hex color #020209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020209 is #FDFDF6. Grayscale: #020202. Windows color (decimal): -16645623 or 590338. OLE color: 590338.

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

Color convert

RGB 2 2 9 -
CMYK 0.78 0.78 0 0.96
HSL 240º 0.64% 0.02% -
HSV(B) 240º 0.78% 0.04% -
XYZ 0.1 0.08 0.27 -
YUV 2.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 2 2 9 0.78 0.78 0 0.96 240 0.64 0.02
Hex 2 2 9 4E 4E 0 60 F0 40 2
Octal 2 2 11 116 116 0 140 360 100 2
Binary 10 10 1001 1001110 1001110 0 1100000 11110000 1000000 10

Color Harmonies of #020209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020209

Black with #020209

Text Example


Text Example

White with #020209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020209; }

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

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

background-color css

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

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

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

border-color css

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

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

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