#020919

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

Shades of Black Russian #020919

Tints of Black Russian #020919

Color information

#020919 (or 0x020919) is unknown color: approx Black Russian. HEX triplet: 02, 09 and 19. RGB value is (2,9,25). Sum of RGB (Red+Green+Blue) = 2+9+25=36 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.56% from 36); Green value is 9 (3.91% from 255 or 25% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #020919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020919 is #FDF6E6. Grayscale: #080808. Windows color (decimal): -16643815 or 1640706. OLE color: 1640706.

HSL color Cylindrical-coordinate representation of color #020919: hue angle of 221.74º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #020919 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB2925-
CMYK0.920.6400.90
HSL221.74º85.19%5.29%-
HSV(B)221.74º92%9.8%-
XYZ0.30.280.96-
YUV8.73137.18123.2-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.56%
GREEN value IS 9 (3.91% from 255) = 25%
BLUE value IS 25 (10.16% from 255) = 69.44%
R=5.56%
G=25%
B=69.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal29250.920.6400.90221.7485.195.29
Hex29195C4005Ade555
Octal2113113410001323361255
Binary101001110011011100100000001011010110111101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020919; }

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

 H1.HeaderClassName
 {
   color: #020919;
 }
 .AnyTagClassName
 {
   color: #020919;
 }
</style>
background-color css

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

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

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

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

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

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