Html Css Color HEX #020109 Black Russian

📋 copy color: '#020109'

red 2 ◦ green 1 ◦ blue 9

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

Shades of Black Russian #020109

Tints of Black Russian #020109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 8.33%

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

R = 16.67%
G = 8.33%
B = 75%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#020109 (or 0x020109) is known color: Black Russian. HEX triplet: 02, 01 and 09. RGB value is (2,1,9). Sum of RGB (Red+Green+Blue) = 2+1+9=12 (1% of max value = 765). Red value is 2 (1.17% from 255 or 16.67% from 12); Green value is 1 (0.78% from 255 or 8.33% from 12); Blue value is 9 (3.91% from 255 or 75% from 12); Max value from RGB is 9 - color contains mainly: blue. Hex color #020109 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020109 is #FDFEF6. Grayscale: #020202. Windows color (decimal): -16645879 or 590082. OLE color: 590082.

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

Color convert

RGB 2 1 9 -
CMYK 0.78 0.89 0 0.96
HSL 247.5º 0.8% 0.02% -
HSV(B) 247.5º 0.89% 0.04% -
XYZ 0.09 0.05 0.26 -
YUV 2.21 131.83 127.85 -
System Red Green Blue C M Y K H S L
Decimal 2 1 9 0.78 0.89 0 0.96 247.5 0.8 0.02
Hex 2 1 9 4E 59 0 60 F8 50 2
Octal 2 1 11 116 131 0 140 370 120 2
Binary 10 1 1001 1001110 1011001 0 1100000 11111000 1010000 10

Color Harmonies of #020109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020109

Black with #020109

Text Example


Text Example

White with #020109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020109; }

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

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

background-color css

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

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

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

border-color css

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

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

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