#04011D

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

Shades of Black Russian #04011D

Tints of Black Russian #04011D

Color information

#04011D (or 0x04011D) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 1D. RGB value is (4,1,29). Sum of RGB (Red+Green+Blue) = 4+1+29=34 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.76% from 34); Green value is 1 (0.78% from 255 or 2.94% from 34); Blue value is 29 (11.72% from 255 or 85.29% from 34); Max value from RGB is 29 - color contains mainly: blue. Hex color #04011D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04011D is #FBFEE2. Grayscale: #040404. Windows color (decimal): -16514787 or 1900804. OLE color: 1900804.

HSL color Cylindrical-coordinate representation of color #04011D: hue angle of 246.43º degrees, saturation: 0.93, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04011D is Cyan = 0.86, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB4129-
CMYK0.860.9700.89
HSL246.43º93.33%5.88%-
HSV(B)246.43º96.55%11.37%-
XYZ0.280.141.17-
YUV5.09141.49127.22-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.76%
GREEN value IS 1 (0.78% from 255) = 2.94%
BLUE value IS 29 (11.72% from 255) = 85.29%
R=11.76%
G=2.94%
B=85.29%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal41290.860.9700.89246.4393.335.88
Hex411D5661059f65d6
Octal413512614101313661356
Binary1001111011010110110000101011001111101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04011D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04011D; }

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

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

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

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

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

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

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

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