#08070C

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

Shades of Black Russian #08070C

Tints of Black Russian #08070C

Color information

#08070C (or 0x08070C) is unknown color: approx Black Russian. HEX triplet: 08, 07 and 0C. RGB value is (8,7,12). Sum of RGB (Red+Green+Blue) = 8+7+12=27 (3% of max value = 765). Red value is 8 (3.52% from 255 or 29.63% from 27); Green value is 7 (3.12% from 255 or 25.93% from 27); Blue value is 12 (5.08% from 255 or 44.44% from 27); Max value from RGB is 12 - color contains mainly: blue. Hex color #08070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08070C is #F7F8F3. Grayscale: #070707. Windows color (decimal): -16251124 or 788232. OLE color: 788232.

HSL color Cylindrical-coordinate representation of color #08070C: hue angle of 252º degrees, saturation: 0.26, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #08070C is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB8712-
CMYK0.330.4200.95
HSL252º26.32%3.73%-
HSV(B)252º41.67%4.71%-
XYZ0.240.230.38-
YUV7.87130.33128.09-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 29.63%
GREEN value IS 7 (3.12% from 255) = 25.93%
BLUE value IS 12 (5.08% from 255) = 44.44%
R=29.63%
G=25.93%
B=44.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal87120.330.4200.9525226.323.73
Hex87C212A05Ffc1a4
Octal1071441520137374324
Binary10001111100100001101010010111111111110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08070C; }

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

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

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

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

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

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

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

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