#070116

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

Shades of Black Russian #070116

Tints of Black Russian #070116

Color information

#070116 (or 0x070116) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 16. RGB value is (7,1,22). Sum of RGB (Red+Green+Blue) = 7+1+22=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 1 (0.78% from 255 or 3.33% from 30); Blue value is 22 (8.98% from 255 or 73.33% from 30); Max value from RGB is 22 - color contains mainly: blue. Hex color #070116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070116 is #F8FEE9. Grayscale: #050505. Windows color (decimal): -16318186 or 1442055. OLE color: 1442055.

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

Color convert

RGB7122-
CMYK0.680.9500.91
HSL257.14º91.3%4.51%-
HSV(B)257.14º95.45%8.63%-
XYZ0.240.120.77-
YUV5.19137.49129.29-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 23.33%
GREEN value IS 1 (0.78% from 255) = 3.33%
BLUE value IS 22 (8.98% from 255) = 73.33%
R=23.33%
G=3.33%
B=73.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal71220.680.9500.91257.1491.34.51
Hex7116445F05B1015b5
Octal712610413701334011335
Binary11111011010001001011111010110111000000011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070116; }

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

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

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

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

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

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

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

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