#020716

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

Shades of Black Russian #020716

Tints of Black Russian #020716

Color information

#020716 (or 0x020716) is unknown color: approx Black Russian. HEX triplet: 02, 07 and 16. RGB value is (2,7,22). Sum of RGB (Red+Green+Blue) = 2+7+22=31 (4% of max value = 765). Red value is 2 (1.17% from 255 or 6.45% from 31); Green value is 7 (3.12% from 255 or 22.58% 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 #020716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #020716 is #FDF8E9. Grayscale: #070707. Windows color (decimal): -16644330 or 1443586. OLE color: 1443586.

HSL color Cylindrical-coordinate representation of color #020716: hue angle of 225º 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 #020716 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB2722-
CMYK0.910.6800.91
HSL225º83.33%4.71%-
HSV(B)225º90.91%8.63%-
XYZ0.250.220.79-
YUV7.22136.34124.28-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal27220.910.6800.9122583.334.71
Hex27165B4405Be1535
Octal272613310401333411235
Binary10111101101011011100010001011011111000011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020716; }

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

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

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

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

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

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

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

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