#040811

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

Shades of Black Russian #040811

Tints of Black Russian #040811

Color information

#040811 (or 0x040811) is unknown color: approx Black Russian. HEX triplet: 04, 08 and 11. RGB value is (4,8,17). Sum of RGB (Red+Green+Blue) = 4+8+17=29 (3% of max value = 765). Red value is 4 (1.95% from 255 or 13.79% from 29); Green value is 8 (3.52% from 255 or 27.59% from 29); Blue value is 17 (7.03% from 255 or 58.62% from 29); Max value from RGB is 17 - color contains mainly: blue. Hex color #040811 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040811 is #FBF7EE. Grayscale: #070707. Windows color (decimal): -16513007 or 1116164. OLE color: 1116164.

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

Color convert

RGB4817-
CMYK0.760.5300.93
HSL221.54º61.9%4.12%-
HSV(B)221.54º76.47%6.67%-
XYZ0.240.240.56-
YUV7.83133.17125.27-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 13.79%
GREEN value IS 8 (3.52% from 255) = 27.59%
BLUE value IS 17 (7.03% from 255) = 58.62%
R=13.79%
G=27.59%
B=58.62%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal48170.760.5300.93221.5461.94.12
Hex48114C3505Dde3e4
Octal41021114650135336764
Binary10010001000110011001101010101110111011110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040811; }

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

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

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

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

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

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

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

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