#080813

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

Shades of Black Russian #080813

Tints of Black Russian #080813

Color information

#080813 (or 0x080813) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 13. RGB value is (8,8,19). Sum of RGB (Red+Green+Blue) = 8+8+19=35 (4% of max value = 765). Red value is 8 (3.52% from 255 or 22.86% from 35); Green value is 8 (3.52% from 255 or 22.86% from 35); Blue value is 19 (7.81% from 255 or 54.29% from 35); Max value from RGB is 19 - color contains mainly: blue. Hex color #080813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080813 is #F7F7EC. Grayscale: #090909. Windows color (decimal): -16250861 or 1247240. OLE color: 1247240.

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

Color convert

RGB8819-
CMYK0.580.5800.93
HSL240º40.74%5.29%-
HSV(B)240º57.89%7.45%-
XYZ0.30.270.65-
YUV9.25133.5127.11-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 22.86%
GREEN value IS 8 (3.52% from 255) = 22.86%
BLUE value IS 19 (7.81% from 255) = 54.29%
R=22.86%
G=22.86%
B=54.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal88190.580.5800.9324040.745.29
Hex88133A3A05Df0295
Octal10102372720135360515
Binary10001000100111110101110100101110111110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080813; }

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

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

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

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

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

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

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

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