#010411

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

Shades of Black Russian #010411

Tints of Black Russian #010411

Color information

#010411 (or 0x010411) is unknown color: approx Black Russian. HEX triplet: 01, 04 and 11. RGB value is (1,4,17). Sum of RGB (Red+Green+Blue) = 1+4+17=22 (2% of max value = 765). Red value is 1 (0.78% from 255 or 4.55% from 22); Green value is 4 (1.95% from 255 or 18.18% from 22); Blue value is 17 (7.03% from 255 or 77.27% from 22); Max value from RGB is 17 - color contains mainly: blue. Hex color #010411 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010411 is #FEFBEE. Grayscale: #040404. Windows color (decimal): -16710639 or 1115137. OLE color: 1115137.

HSL color Cylindrical-coordinate representation of color #010411: hue angle of 228.75º 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 #010411 is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB1417-
CMYK0.940.7600.93
HSL228.75º88.89%3.53%-
HSV(B)228.75º94.12%6.67%-
XYZ0.160.130.55-
YUV4.58135.01125.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.55%
GREEN value IS 4 (1.95% from 255) = 18.18%
BLUE value IS 17 (7.03% from 255) = 77.27%
R=4.55%
G=18.18%
B=77.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal14170.940.7600.93228.7588.893.53
Hex14115E4C05De5594
Octal142113611401353451314
Binary1100100011011110100110001011101111001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010411; }

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

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

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

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

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

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

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

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