#020813

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

Shades of Black Russian #020813

Tints of Black Russian #020813

Color information

#020813 (or 0x020813) is unknown color: approx Black Russian. HEX triplet: 02, 08 and 13. RGB value is (2,8,19). Sum of RGB (Red+Green+Blue) = 2+8+19=29 (3% of max value = 765). Red value is 2 (1.17% from 255 or 6.90% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 19 (7.81% from 255 or 65.52% from 29); Max value from RGB is 19 - color contains mainly: blue. Hex color #020813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020813 is #FDF7EC. Grayscale: #070707. Windows color (decimal): -16644077 or 1247234. OLE color: 1247234.

HSL color Cylindrical-coordinate representation of color #020813: hue angle of 218.82º degrees, saturation: 0.81, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #020813 is Cyan = 0.89, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB2819-
CMYK0.890.5800.93
HSL218.82º80.95%4.12%-
HSV(B)218.82º89.47%7.45%-
XYZ0.230.230.65-
YUV7.46134.51124.11-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 6.90%
GREEN value IS 8 (3.52% from 255) = 27.59%
BLUE value IS 19 (7.81% from 255) = 65.52%
R=6.90%
G=27.59%
B=65.52%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal28190.890.5800.93218.8280.954.12
Hex2813593A05Ddb514
Octal210231317201353331214
Binary10100010011101100111101001011101110110111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020813; }

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

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

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

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

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

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

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

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