Html Css Color HEX #020409 Black Russian

📋 copy color: '#020409'

red 2 ◦ green 4 ◦ blue 9

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

Shades of Black Russian #020409

Tints of Black Russian #020409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 26.67%

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

R = 13.33%
G = 26.67%
B = 60%

CMYK

 C value IS 0.78

 M value IS 0.56

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#020409 (or 0x020409) is known color: Black Russian. HEX triplet: 02, 04 and 09. RGB value is (2,4,9). Sum of RGB (Red+Green+Blue) = 2+4+9=15 (1% of max value = 765). Red value is 2 (1.17% from 255 or 13.33% from 15); Green value is 4 (1.95% from 255 or 26.67% from 15); Blue value is 9 (3.91% from 255 or 60% from 15); Max value from RGB is 9 - color contains mainly: blue. Hex color #020409 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020409 is #FDFBF6. Grayscale: #030303. Windows color (decimal): -16645111 or 590850. OLE color: 590850.

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

Color convert

RGB 2 4 9 -
CMYK 0.78 0.56 0 0.96
HSL 222.86º 0.64% 0.02% -
HSV(B) 222.86º 0.78% 0.04% -
XYZ 0.12 0.12 0.28 -
YUV 3.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 2 4 9 0.78 0.56 0 0.96 222.86 0.64 0.02
Hex 2 4 9 4E 38 0 60 DF 40 2
Octal 2 4 11 116 70 0 140 337 100 2
Binary 10 100 1001 1001110 111000 0 1100000 11011111 1000000 10

Color Harmonies of #020409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020409

Black with #020409

Text Example


Text Example

White with #020409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020409; }

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

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

background-color css

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

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

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

border-color css

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

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

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