#040511

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

Shades of Black Russian #040511

Tints of Black Russian #040511

Color information

#040511 (or 0x040511) is unknown color: approx Black Russian. HEX triplet: 04, 05 and 11. RGB value is (4,5,17). Sum of RGB (Red+Green+Blue) = 4+5+17=26 (3% of max value = 765). Red value is 4 (1.95% from 255 or 15.38% from 26); Green value is 5 (2.34% from 255 or 19.23% from 26); Blue value is 17 (7.03% from 255 or 65.38% from 26); Max value from RGB is 17 - color contains mainly: blue. Hex color #040511 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040511 is #FBFAEE. Grayscale: #060606. Windows color (decimal): -16513775 or 1115396. OLE color: 1115396.

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

Color convert

RGB4517-
CMYK0.760.7100.93
HSL235.38º61.9%4.12%-
HSV(B)235.38º76.47%6.67%-
XYZ0.210.170.55-
YUV6.07134.17126.52-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 15.38%
GREEN value IS 5 (2.34% from 255) = 19.23%
BLUE value IS 17 (7.03% from 255) = 65.38%
R=15.38%
G=19.23%
B=65.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal45170.760.7100.93235.3861.94.12
Hex45114C4705Deb3e4
Octal45211141070135353764
Binary10010110001100110010001110101110111101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040511; }

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

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

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

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

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

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

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

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