#080512

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

Shades of Black Russian #080512

Tints of Black Russian #080512

Color information

#080512 (or 0x080512) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 12. RGB value is (8,5,18). Sum of RGB (Red+Green+Blue) = 8+5+18=31 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25.81% from 31); Green value is 5 (2.34% from 255 or 16.13% from 31); Blue value is 18 (7.42% from 255 or 58.06% from 31); Max value from RGB is 18 - color contains mainly: blue. Hex color #080512 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080512 is #F7FAED. Grayscale: #070707. Windows color (decimal): -16251630 or 1180936. OLE color: 1180936.

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

Color convert

RGB8518-
CMYK0.560.7200.93
HSL253.85º56.52%4.51%-
HSV(B)253.85º72.22%7.06%-
XYZ0.260.20.6-
YUV7.38133.99128.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25.81%
GREEN value IS 5 (2.34% from 255) = 16.13%
BLUE value IS 18 (7.42% from 255) = 58.06%
R=25.81%
G=16.13%
B=58.06%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal85180.560.7200.93253.8556.524.51
Hex8512384805Dfe395
Octal10522701100135376715
Binary10001011001011100010010000101110111111110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080512; }

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

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

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

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

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

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

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

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