#010116

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

Shades of Black Russian #010116

Tints of Black Russian #010116

Color information

#010116 (or 0x010116) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 16. RGB value is (1,1,22). Sum of RGB (Red+Green+Blue) = 1+1+22=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 1 (0.78% from 255 or 4.17% from 24); Blue value is 22 (8.98% from 255 or 91.67% from 24); Max value from RGB is 22 - color contains mainly: blue. Hex color #010116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010116 is #FEFEE9. Grayscale: #030303. Windows color (decimal): -16711402 or 1442049. OLE color: 1442049.

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

Color convert

RGB1122-
CMYK0.950.9500.91
HSL240º91.3%4.51%-
HSV(B)240º95.45%8.63%-
XYZ0.170.090.77-
YUV3.39138.5126.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.17%
GREEN value IS 1 (0.78% from 255) = 4.17%
BLUE value IS 22 (8.98% from 255) = 91.67%
R=4.17%
G=4.17%
B=91.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal11220.950.9500.9124091.34.51
Hex11165F5F05Bf05b5
Octal112613713701333601335
Binary11101101011111101111101011011111100001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010116; }

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

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

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

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

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

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

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

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