#070811

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

Shades of Black Russian #070811

Tints of Black Russian #070811

Color information

#070811 (or 0x070811) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 11. RGB value is (7,8,17). Sum of RGB (Red+Green+Blue) = 7+8+17=32 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.88% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 17 (7.03% from 255 or 53.12% from 32); Max value from RGB is 17 - color contains mainly: blue. Hex color #070811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070811 is #F8F7EE. Grayscale: #080808. Windows color (decimal): -16316399 or 1116167. OLE color: 1116167.

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

Color convert

RGB7817-
CMYK0.590.5300.93
HSL234º41.67%4.71%-
HSV(B)234º58.82%6.67%-
XYZ0.280.260.57-
YUV8.73132.67126.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.88%
GREEN value IS 8 (3.52% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 53.12%
R=21.88%
G=25%
B=53.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal78170.590.5300.9323441.674.71
Hex78113B3505Dea2a5
Octal7102173650135352525
Binary1111000100011110111101010101110111101010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070811; }

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

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

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

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

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

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

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

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