#010216

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

Shades of Black Russian #010216

Tints of Black Russian #010216

Color information

#010216 (or 0x010216) is unknown color: approx Black Russian. HEX triplet: 01, 02 and 16. RGB value is (1,2,22). Sum of RGB (Red+Green+Blue) = 1+2+22=25 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4% from 25); Green value is 2 (1.17% from 255 or 8% from 25); Blue value is 22 (8.98% from 255 or 88% from 25); Max value from RGB is 22 - color contains mainly: blue. Hex color #010216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010216 is #FEFDE9. Grayscale: #030303. Windows color (decimal): -16711146 or 1442305. OLE color: 1442305.

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

Color convert

RGB1222-
CMYK0.950.9100.91
HSL237.14º91.3%4.51%-
HSV(B)237.14º95.45%8.63%-
XYZ0.180.110.77-
YUV3.98138.17125.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4%
GREEN value IS 2 (1.17% from 255) = 8%
BLUE value IS 22 (8.98% from 255) = 88%
R=4%
G=8%
B=88%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal12220.950.9100.91237.1491.34.51
Hex12165F5B05Bed5b5
Octal122613713301333551335
Binary110101101011111101101101011011111011011011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010216; }

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

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

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

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

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

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

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

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