#010716

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

Shades of Black Russian #010716

Tints of Black Russian #010716

Color information

#010716 (or 0x010716) is unknown color: approx Black Russian. HEX triplet: 01, 07 and 16. RGB value is (1,7,22). Sum of RGB (Red+Green+Blue) = 1+7+22=30 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.33% from 30); Green value is 7 (3.12% from 255 or 23.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 #010716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010716 is #FEF8E9. Grayscale: #060606. Windows color (decimal): -16709866 or 1443585. OLE color: 1443585.

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

Color convert

RGB1722-
CMYK0.950.6800.91
HSL222.86º91.3%4.51%-
HSV(B)222.86º95.45%8.63%-
XYZ0.230.220.79-
YUV6.92136.51123.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal17220.950.6800.91222.8691.34.51
Hex17165F4405Bdf5b5
Octal172613710401333371335
Binary1111101101011111100010001011011110111111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010716; }

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

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

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

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

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

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

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

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