#070813

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

Shades of Black Russian #070813

Tints of Black Russian #070813

Color information

#070813 (or 0x070813) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 13. RGB value is (7,8,19). Sum of RGB (Red+Green+Blue) = 7+8+19=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 8 (3.52% from 255 or 23.53% from 34); Blue value is 19 (7.81% from 255 or 55.88% from 34); Max value from RGB is 19 - color contains mainly: blue. Hex color #070813 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070813 is #F8F7EC. Grayscale: #080808. Windows color (decimal): -16316397 or 1247239. OLE color: 1247239.

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

Color convert

RGB7819-
CMYK0.630.5800.93
HSL235º46.15%5.1%-
HSV(B)235º63.16%7.45%-
XYZ0.290.270.65-
YUV8.96133.67126.61-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20.59%
GREEN value IS 8 (3.52% from 255) = 23.53%
BLUE value IS 19 (7.81% from 255) = 55.88%
R=20.59%
G=23.53%
B=55.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal78190.630.5800.9323546.155.1
Hex78133F3A05Deb2e5
Octal7102377720135353565
Binary1111000100111111111110100101110111101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070813; }

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

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

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

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

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

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

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

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