#010611

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

Shades of Black Russian #010611

Tints of Black Russian #010611

Color information

#010611 (or 0x010611) is unknown color: approx Black Russian. HEX triplet: 01, 06 and 11. RGB value is (1,6,17). Sum of RGB (Red+Green+Blue) = 1+6+17=24 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.17% from 24); Green value is 6 (2.73% from 255 or 25% from 24); Blue value is 17 (7.03% from 255 or 70.83% from 24); Max value from RGB is 17 - color contains mainly: blue. Hex color #010611 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010611 is #FEF9EE. Grayscale: #050505. Windows color (decimal): -16710127 or 1115649. OLE color: 1115649.

HSL color Cylindrical-coordinate representation of color #010611: hue angle of 221.25º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #010611 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB1617-
CMYK0.940.6500.93
HSL221.25º88.89%3.53%-
HSV(B)221.25º94.12%6.67%-
XYZ0.180.180.56-
YUV5.76134.34124.61-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.17%
GREEN value IS 6 (2.73% from 255) = 25%
BLUE value IS 17 (7.03% from 255) = 70.83%
R=4.17%
G=25%
B=70.83%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal16170.940.6500.93221.2588.893.53
Hex16115E4105Ddd594
Octal162113610101353351314
Binary1110100011011110100000101011101110111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010611; }

 p { color: rgb(1,6,17); }

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

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

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

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

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

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

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