#070516

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

Shades of Black Russian #070516

Tints of Black Russian #070516

Color information

#070516 (or 0x070516) is unknown color: approx Black Russian. HEX triplet: 07, 05 and 16. RGB value is (7,5,22). Sum of RGB (Red+Green+Blue) = 7+5+22=34 (4% of max value = 765). Red value is 7 (3.12% from 255 or 20.59% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 22 (8.98% from 255 or 64.71% from 34); Max value from RGB is 22 - color contains mainly: blue. Hex color #070516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070516 is #F8FAE9. Grayscale: #070707. Windows color (decimal): -16317162 or 1443079. OLE color: 1443079.

HSL color Cylindrical-coordinate representation of color #070516: hue angle of 247.06º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #070516 is Cyan = 0.68, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB7522-
CMYK0.680.7700.91
HSL247.06º62.96%5.29%-
HSV(B)247.06º77.27%8.63%-
XYZ0.290.210.78-
YUV7.54136.16127.62-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 20.59%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 22 (8.98% from 255) = 64.71%
R=20.59%
G=14.71%
B=64.71%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal75220.680.7700.91247.0662.965.29
Hex7516444D05Bf73f5
Octal75261041150133367775
Binary11110110110100010010011010101101111110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070516; }

 p { color: rgb(7,5,22); }

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

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

 a { background-color: rgb(7,5,22); }

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

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

 span { border-color: rgb(7,5,22); }

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