#020819

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

Shades of Black Russian #020819

Tints of Black Russian #020819

Color information

#020819 (or 0x020819) is unknown color: approx Black Russian. HEX triplet: 02, 08 and 19. RGB value is (2,8,25). Sum of RGB (Red+Green+Blue) = 2+8+25=35 (4% of max value = 765). Red value is 2 (1.17% from 255 or 5.71% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 25 (10.16% from 255 or 71.43% from 35); Max value from RGB is 25 - color contains mainly: blue. Hex color #020819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020819 is #FDF7E6. Grayscale: #080808. Windows color (decimal): -16644071 or 1640450. OLE color: 1640450.

HSL color Cylindrical-coordinate representation of color #020819: hue angle of 224.35º 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 #020819 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB2825-
CMYK0.920.6800.90
HSL224.35º85.19%5.29%-
HSV(B)224.35º92%9.8%-
XYZ0.290.260.95-
YUV8.14137.51123.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 5.71%
GREEN value IS 8 (3.52% from 255) = 22.86%
BLUE value IS 25 (10.16% from 255) = 71.43%
R=5.71%
G=22.86%
B=71.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal28250.920.6800.90224.3585.195.29
Hex28195C4405Ae0555
Octal2103113410401323401255
Binary101000110011011100100010001011010111000001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020819; }

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

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

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

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

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

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

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

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