#08070A

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

Shades of Black Russian #08070A

Tints of Black Russian #08070A

Color information

#08070A (or 0x08070A) is unknown color: approx Black Russian. HEX triplet: 08, 07 and 0A. RGB value is (8,7,10). Sum of RGB (Red+Green+Blue) = 8+7+10=25 (3% of max value = 765). Red value is 8 (3.52% from 255 or 32% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 10 (4.30% from 255 or 40% from 25); Max value from RGB is 10 - color contains mainly: blue. Hex color #08070A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08070A is #F7F8F5. Grayscale: #070707. Windows color (decimal): -16251126 or 657160. OLE color: 657160.

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

Color convert

RGB8710-
CMYK0.20.3000.96
HSL260º17.65%3.33%-
HSV(B)260º30%3.92%-
XYZ0.230.230.32-
YUV7.64129.33128.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 32%
GREEN value IS 7 (3.12% from 255) = 28%
BLUE value IS 10 (4.30% from 255) = 40%
R=32%
G=28%
B=40%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal87100.20.3000.9626017.653.33
Hex87A141E060104123
Octal1071224360140404223
Binary100011110101010011110011000001000001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08070A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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