#000716

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

Shades of Black Russian #000716

Tints of Black Russian #000716

Color information

#000716 (or 0x000716) is unknown color: approx Black Russian. HEX triplet: 00, 07 and 16. RGB value is (0,7,22). Sum of RGB (Red+Green+Blue) = 0+7+22=29 (3% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 29); Green value is 7 (3.12% from 255 or 24.14% from 29); Blue value is 22 (8.98% from 255 or 75.86% from 29); Max value from RGB is 22 - color contains mainly: blue. Hex color #000716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #000716 is #FFF8E9. Grayscale: #060606. Windows color (decimal): -16775402 or 1443584. OLE color: 1443584.

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

Color convert

RGB0722-
CMYK10.6800.91
HSL220.91º100%4.31%-
HSV(B)220.91º100%8.63%-
XYZ0.220.210.79-
YUV6.62136.68123.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 24.14%
BLUE value IS 22 (8.98% from 255) = 75.86%
R=0%
G=24.14%
B=75.86%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal072210.6800.91220.911004.31
Hex0716644405Bdd644
Octal072614410401333351444
Binary0111101101100100100010001011011110111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000716; }

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

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

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

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

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

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

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

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