#070812

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

Shades of Black Russian #070812

Tints of Black Russian #070812

Color information

#070812 (or 0x070812) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 12. RGB value is (7,8,18). Sum of RGB (Red+Green+Blue) = 7+8+18=33 (4% of max value = 765). Red value is 7 (3.12% from 255 or 21.21% from 33); Green value is 8 (3.52% from 255 or 24.24% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #070812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070812 is #F8F7ED. Grayscale: #080808. Windows color (decimal): -16316398 or 1181703. OLE color: 1181703.

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

Color convert

RGB7818-
CMYK0.610.5600.93
HSL234.55º44%4.9%-
HSV(B)234.55º61.11%7.06%-
XYZ0.280.260.61-
YUV8.84133.17126.69-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 21.21%
GREEN value IS 8 (3.52% from 255) = 24.24%
BLUE value IS 18 (7.42% from 255) = 54.55%
R=21.21%
G=24.24%
B=54.55%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal78180.610.5600.93234.55444.9
Hex78123D3805Deb2c5
Octal7102275700135353545
Binary1111000100101111011110000101110111101011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070812; }

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

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

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

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

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

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

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

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