#020109

Color #020109 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #020109

Tints of Black Russian #020109

Color information

#020109 (or 0x020109) is unknown color: approx 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

RGB219-
CMYK0.780.8900.96
HSL247.5º80%1.96%-
HSV(B)247.5º88.89%3.53%-
XYZ0.090.050.26-
YUV2.21131.83127.85-

RGB Variations

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

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 (Cyan) values IS 0.78
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal2190.780.8900.96247.5801.96
Hex2194E59060f8502
Octal211111613101403701202
Binary1011001100111010110010110000011111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>