#07080A

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

Shades of Black Russian #07080A

Tints of Black Russian #07080A

Color information

#07080A (or 0x07080A) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 0A. RGB value is (7,8,10). Sum of RGB (Red+Green+Blue) = 7+8+10=25 (3% of max value = 765). Red value is 7 (3.12% from 255 or 28% from 25); Green value is 8 (3.52% from 255 or 32% 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 #07080A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07080A is #F8F7F5. Grayscale: #070707. Windows color (decimal): -16316406 or 657415. OLE color: 657415.

HSL color Cylindrical-coordinate representation of color #07080A: hue angle of 220º 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 #07080A is Cyan = 0.30, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB7810-
CMYK0.300.200.96
HSL220º17.65%3.33%-
HSV(B)220º30%3.92%-
XYZ0.230.240.32-
YUV7.93129.17127.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal78100.300.200.9622017.653.33
Hex78A1E14060dc123
Octal7101236240140334223
Binary11110001010111101010001100000110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07080A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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