#070216

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

Shades of Black Russian #070216

Tints of Black Russian #070216

Color information

#070216 (or 0x070216) is unknown color: approx Black Russian. HEX triplet: 07, 02 and 16. RGB value is (7,2,22). Sum of RGB (Red+Green+Blue) = 7+2+22=31 (4% of max value = 765). Red value is 7 (3.12% from 255 or 22.58% from 31); Green value is 2 (1.17% from 255 or 6.45% from 31); Blue value is 22 (8.98% from 255 or 70.97% from 31); Max value from RGB is 22 - color contains mainly: blue. Hex color #070216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070216 is #F8FDE9. Grayscale: #050505. Windows color (decimal): -16317930 or 1442311. OLE color: 1442311.

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

Color convert

RGB7222-
CMYK0.680.9100.91
HSL255º83.33%4.71%-
HSV(B)255º90.91%8.63%-
XYZ0.250.150.77-
YUV5.78137.16128.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 22.58%
GREEN value IS 2 (1.17% from 255) = 6.45%
BLUE value IS 22 (8.98% from 255) = 70.97%
R=22.58%
G=6.45%
B=70.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal72220.680.9100.9125583.334.71
Hex7216445B05Bff535
Octal722610413301333771235
Binary11110101101000100101101101011011111111111010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070216; }

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

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

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

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

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

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

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

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