#04011B

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

Shades of Black Russian #04011B

Tints of Black Russian #04011B

Color information

#04011B (or 0x04011B) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 1B. RGB value is (4,1,27). Sum of RGB (Red+Green+Blue) = 4+1+27=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 1 (0.78% from 255 or 3.12% from 32); Blue value is 27 (10.94% from 255 or 84.38% from 32); Max value from RGB is 27 - color contains mainly: blue. Hex color #04011B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04011B is #FBFEE4. Grayscale: #040404. Windows color (decimal): -16514789 or 1769732. OLE color: 1769732.

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

Color convert

RGB4127-
CMYK0.850.9600.89
HSL246.92º92.86%5.49%-
HSV(B)246.92º96.3%10.59%-
XYZ0.260.131.05-
YUV4.86140.49127.39-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.5%
GREEN value IS 1 (0.78% from 255) = 3.12%
BLUE value IS 27 (10.94% from 255) = 84.38%
R=12.5%
G=3.12%
B=84.38%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal41270.850.9600.89246.9292.865.49
Hex411B5560059f75d5
Octal413312514001313671355
Binary1001110111010101110000001011001111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04011B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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