#070716

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

Shades of Black Russian #070716

Tints of Black Russian #070716

Color information

#070716 (or 0x070716) is unknown color: approx Black Russian. HEX triplet: 07, 07 and 16. RGB value is (7,7,22). Sum of RGB (Red+Green+Blue) = 7+7+22=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 22 (8.98% from 255 or 61.11% from 36); Max value from RGB is 22 - color contains mainly: blue. Hex color #070716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070716 is #F8F8E9. Grayscale: #080808. Windows color (decimal): -16316650 or 1443591. OLE color: 1443591.

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

Color convert

RGB7722-
CMYK0.680.6800.91
HSL240º51.72%5.69%-
HSV(B)240º68.18%8.63%-
XYZ0.310.260.79-
YUV8.71135.5126.78-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 22 (8.98% from 255) = 61.11%
R=19.44%
G=19.44%
B=61.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal77220.680.6800.9124051.725.69
Hex7716444405Bf0346
Octal77261041040133360646
Binary11111110110100010010001000101101111110000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070716; }

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

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

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

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

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

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

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

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