#04011E

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

Shades of Black Russian #04011E

Tints of Black Russian #04011E

Color information

#04011E (or 0x04011E) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 1E. RGB value is (4,1,30). Sum of RGB (Red+Green+Blue) = 4+1+30=35 (4% of max value = 765). Red value is 4 (1.95% from 255 or 11.43% from 35); Green value is 1 (0.78% from 255 or 2.86% from 35); Blue value is 30 (12.11% from 255 or 85.71% from 35); Max value from RGB is 30 - color contains mainly: blue. Hex color #04011E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04011E is #FBFEE1. Grayscale: #050505. Windows color (decimal): -16514786 or 1966340. OLE color: 1966340.

HSL color Cylindrical-coordinate representation of color #04011E: hue angle of 246.21º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04011E is Cyan = 0.87, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB4130-
CMYK0.870.9700.88
HSL246.21º93.55%6.08%-
HSV(B)246.21º96.67%11.76%-
XYZ0.30.141.24-
YUV5.2141.99127.14-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 11.43%
GREEN value IS 1 (0.78% from 255) = 2.86%
BLUE value IS 30 (12.11% from 255) = 85.71%
R=11.43%
G=2.86%
B=85.71%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal41300.870.9700.88246.2193.556.08
Hex411E5761058f65e6
Octal413612714101303661366
Binary1001111101010111110000101011000111101101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04011E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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