#040111

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

Shades of Black Russian #040111

Tints of Black Russian #040111

Color information

#040111 (or 0x040111) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 11. RGB value is (4,1,17). Sum of RGB (Red+Green+Blue) = 4+1+17=22 (2% of max value = 765). Red value is 4 (1.95% from 255 or 18.18% from 22); Green value is 1 (0.78% from 255 or 4.55% 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 #040111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040111 is #FBFEEE. Grayscale: #030303. Windows color (decimal): -16514799 or 1114372. OLE color: 1114372.

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

Color convert

RGB4117-
CMYK0.760.9400.93
HSL251.25º88.89%3.53%-
HSV(B)251.25º94.12%6.67%-
XYZ0.160.090.54-
YUV3.72135.49128.2-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal41170.760.9400.93251.2588.893.53
Hex41114C5E05Dfb594
Octal412111413601353731314
Binary1001100011001100101111001011101111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040111; }

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

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

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

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

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

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

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

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