#010416

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

Shades of Black Russian #010416

Tints of Black Russian #010416

Color information

#010416 (or 0x010416) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 16. RGB value is (1,4,22). Sum of RGB (Red+Green+Blue) = 1+4+22=27 (3% of max value = 765). Red value is 1 (0.78% from 255 or 3.70% from 27); Green value is 4 (1.95% from 255 or 14.81% from 27); Blue value is 22 (8.98% from 255 or 81.48% from 27); Max value from RGB is 22 - color contains mainly: blue. Hex color #010416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010416 is #FEFBE9. Grayscale: #050505. Windows color (decimal): -16710634 or 1442817. OLE color: 1442817.

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

Color convert

RGB1422-
CMYK0.950.8200.91
HSL231.43º91.3%4.51%-
HSV(B)231.43º95.45%8.63%-
XYZ0.20.150.78-
YUV5.15137.51125.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 3.70%
GREEN value IS 4 (1.95% from 255) = 14.81%
BLUE value IS 22 (8.98% from 255) = 81.48%
R=3.70%
G=14.81%
B=81.48%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal14220.950.8200.91231.4391.34.51
Hex14165F5205Be75b5
Octal142613712201333471335
Binary1100101101011111101001001011011111001111011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010416; }

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

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

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

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

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

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

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

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