#04041E

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

Shades of Black Russian #04041E

Tints of Black Russian #04041E

Color information

#04041E (or 0x04041E) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 1E. RGB value is (4,4,30). Sum of RGB (Red+Green+Blue) = 4+4+30=38 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.53% from 38); Green value is 4 (1.95% from 255 or 10.53% from 38); Blue value is 30 (12.11% from 255 or 78.95% from 38); Max value from RGB is 30 - color contains mainly: blue. Hex color #04041E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04041E is #FBFBE1. Grayscale: #060606. Windows color (decimal): -16514018 or 1967108. OLE color: 1967108.

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

Color convert

RGB4430-
CMYK0.870.8700.88
HSL240º76.47%6.67%-
HSV(B)240º86.67%11.76%-
XYZ0.330.211.25-
YUV6.96141125.89-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.53%
GREEN value IS 4 (1.95% from 255) = 10.53%
BLUE value IS 30 (12.11% from 255) = 78.95%
R=10.53%
G=10.53%
B=78.95%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal44300.870.8700.8824076.476.67
Hex441E5757058f04c7
Octal443612712701303601147
Binary100100111101010111101011101011000111100001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04041E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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