#04041F

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

Shades of Black Russian #04041F

Tints of Black Russian #04041F

Color information

#04041F (or 0x04041F) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 1F. RGB value is (4,4,31). Sum of RGB (Red+Green+Blue) = 4+4+31=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 4 (1.95% from 255 or 10.26% from 39); Blue value is 31 (12.5% from 255 or 79.49% from 39); Max value from RGB is 31 - color contains mainly: blue. Hex color #04041F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04041F is #FBFBE0. Grayscale: #060606. Windows color (decimal): -16514017 or 2032644. OLE color: 2032644.

HSL color Cylindrical-coordinate representation of color #04041F: hue angle of 240º degrees, saturation: 0.77, 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 #04041F is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB4431-
CMYK0.870.8700.88
HSL240º77.14%6.86%-
HSV(B)240º87.1%12.16%-
XYZ0.340.211.32-
YUV7.08141.5125.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.26%
GREEN value IS 4 (1.95% from 255) = 10.26%
BLUE value IS 31 (12.5% from 255) = 79.49%
R=10.26%
G=10.26%
B=79.49%

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
Decimal44310.870.8700.8824077.146.86
Hex441F5757058f04d7
Octal443712712701303601157
Binary100100111111010111101011101011000111100001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04041F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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