#04011A

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

Shades of Black Russian #04011A

Tints of Black Russian #04011A

Color information

#04011A (or 0x04011A) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 1A. RGB value is (4,1,26). Sum of RGB (Red+Green+Blue) = 4+1+26=31 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.90% from 31); Green value is 1 (0.78% from 255 or 3.23% from 31); Blue value is 26 (10.55% from 255 or 83.87% from 31); Max value from RGB is 26 - color contains mainly: blue. Hex color #04011A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04011A is #FBFEE5. Grayscale: #040404. Windows color (decimal): -16514790 or 1704196. OLE color: 1704196.

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

Color convert

RGB4126-
CMYK0.850.9600.90
HSL247.2º92.59%5.29%-
HSV(B)247.2º96.15%10.2%-
XYZ0.250.120.99-
YUV4.75139.99127.47-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.90%
GREEN value IS 1 (0.78% from 255) = 3.23%
BLUE value IS 26 (10.55% from 255) = 83.87%
R=12.90%
G=3.23%
B=83.87%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal41260.850.9600.90247.292.595.29
Hex411A556005Af75d5
Octal413212514001323671355
Binary1001110101010101110000001011010111101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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