#010511

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

Shades of Black Russian #010511

Tints of Black Russian #010511

Color information

#010511 (or 0x010511) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 11. RGB value is (1,5,17). Sum of RGB (Red+Green+Blue) = 1+5+17=23 (3% of max value = 765). Red value is 1 (0.78% from 255 or 4.35% from 23); Green value is 5 (2.34% from 255 or 21.74% from 23); Blue value is 17 (7.03% from 255 or 73.91% from 23); Max value from RGB is 17 - color contains mainly: blue. Hex color #010511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #010511 is #FEFAEE. Grayscale: #050505. Windows color (decimal): -16710383 or 1115393. OLE color: 1115393.

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

Color convert

RGB1517-
CMYK0.940.7100.93
HSL225º88.89%3.53%-
HSV(B)225º94.12%6.67%-
XYZ0.170.160.55-
YUV5.17134.67125.02-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 4.35%
GREEN value IS 5 (2.34% from 255) = 21.74%
BLUE value IS 17 (7.03% from 255) = 73.91%
R=4.35%
G=21.74%
B=73.91%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal15170.940.7100.9322588.893.53
Hex15115E4705De1594
Octal152113610701353411314
Binary1101100011011110100011101011101111000011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010511; }

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

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

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

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

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

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

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

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