#070810

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

Shades of Black Russian #070810

Tints of Black Russian #070810

Color information

#070810 (or 0x070810) is unknown color: approx Black Russian. HEX triplet: 07, 08 and 10. RGB value is (7,8,16). Sum of RGB (Red+Green+Blue) = 7+8+16=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 8 (3.52% from 255 or 25.81% from 31); Blue value is 16 (6.64% from 255 or 51.61% from 31); Max value from RGB is 16 - color contains mainly: blue. Hex color #070810 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070810 is #F8F7EF. Grayscale: #080808. Windows color (decimal): -16316400 or 1050631. OLE color: 1050631.

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

Color convert

RGB7816-
CMYK0.560.5000.94
HSL233.33º39.13%4.51%-
HSV(B)233.33º56.25%6.27%-
XYZ0.270.260.53-
YUV8.61132.17126.85-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 22.58%
GREEN value IS 8 (3.52% from 255) = 25.81%
BLUE value IS 16 (6.64% from 255) = 51.61%
R=22.58%
G=25.81%
B=51.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal78160.560.5000.94233.3339.134.51
Hex7810383205Ee9275
Octal7102070620136351475
Binary1111000100001110001100100101111011101001100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070810; }

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

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

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

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

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

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

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

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