#080510

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

Shades of Black Russian #080510

Tints of Black Russian #080510

Color information

#080510 (or 0x080510) is unknown color: approx Black Russian. HEX triplet: 08, 05 and 10. RGB value is (8,5,16). Sum of RGB (Red+Green+Blue) = 8+5+16=29 (3% of max value = 765). Red value is 8 (3.52% from 255 or 27.59% from 29); Green value is 5 (2.34% from 255 or 17.24% from 29); Blue value is 16 (6.64% from 255 or 55.17% from 29); Max value from RGB is 16 - color contains mainly: blue. Hex color #080510 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080510 is #F7FAEF. Grayscale: #070707. Windows color (decimal): -16251632 or 1049864. OLE color: 1049864.

HSL color Cylindrical-coordinate representation of color #080510: hue angle of 256.36º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #080510 is Cyan = 0.50, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB8516-
CMYK0.500.6900.94
HSL256.36º52.38%4.12%-
HSV(B)256.36º68.75%6.27%-
XYZ0.250.20.52-
YUV7.15132.99128.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 27.59%
GREEN value IS 5 (2.34% from 255) = 17.24%
BLUE value IS 16 (6.64% from 255) = 55.17%
R=27.59%
G=17.24%
B=55.17%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal85160.500.6900.94256.3652.384.12
Hex8510324505E100344
Octal10520621050136400644
Binary100010110000110010100010101011110100000000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080510; }

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

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

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

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

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

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

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

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