#080810

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

Shades of Black Russian #080810

Tints of Black Russian #080810

Color information

#080810 (or 0x080810) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 10. RGB value is (8,8,16). Sum of RGB (Red+Green+Blue) = 8+8+16=32 (4% of max value = 765). Red value is 8 (3.52% from 255 or 25% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 16 (6.64% from 255 or 50% from 32); Max value from RGB is 16 - color contains mainly: blue. Hex color #080810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #080810 is #F7F7EF. Grayscale: #080808. Windows color (decimal): -16250864 or 1050632. OLE color: 1050632.

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

Color convert

RGB8816-
CMYK0.500.5000.94
HSL240º33.33%4.71%-
HSV(B)240º50%6.27%-
XYZ0.280.260.53-
YUV8.91132127.35-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 25%
GREEN value IS 8 (3.52% from 255) = 25%
BLUE value IS 16 (6.64% from 255) = 50%
R=25%
G=25%
B=50%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal88160.500.5000.9424033.334.71
Hex8810323205Ef0215
Octal10102062620136360415
Binary10001000100001100101100100101111011110000100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080810; }

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

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

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

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

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

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

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

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