#08080A

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

Shades of Black Russian #08080A

Tints of Black Russian #08080A

Color information

#08080A (or 0x08080A) is unknown color: approx Black Russian. HEX triplet: 08, 08 and 0A. RGB value is (8,8,10). Sum of RGB (Red+Green+Blue) = 8+8+10=26 (3% of max value = 765). Red value is 8 (3.52% from 255 or 30.77% from 26); Green value is 8 (3.52% from 255 or 30.77% from 26); Blue value is 10 (4.30% from 255 or 38.46% from 26); Max value from RGB is 10 - color contains mainly: blue. Hex color #08080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08080A is #F7F7F5. Grayscale: #080808. Windows color (decimal): -16250870 or 657416. OLE color: 657416.

HSL color Cylindrical-coordinate representation of color #08080A: hue angle of 240º degrees, saturation: 0.11, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #08080A is Cyan = 0.2, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB8810-
CMYK0.20.200.96
HSL240º11.11%3.53%-
HSV(B)240º20%3.92%-
XYZ0.240.250.32-
YUV8.23129127.84-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 30.77%
GREEN value IS 8 (3.52% from 255) = 30.77%
BLUE value IS 10 (4.30% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal88100.20.200.9624011.113.53
Hex88A1414060f0b4
Octal10101224240140360134
Binary100010001010101001010001100000111100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08080A; }

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

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

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

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

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

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

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

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