#04081F

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

Shades of Black Russian #04081F

Tints of Black Russian #04081F

Color information

#04081F (or 0x04081F) is unknown color: approx Black Russian. HEX triplet: 04, 08 and 1F. RGB value is (4,8,31). Sum of RGB (Red+Green+Blue) = 4+8+31=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 8 (3.52% from 255 or 18.60% from 43); Blue value is 31 (12.5% from 255 or 72.09% from 43); Max value from RGB is 31 - color contains mainly: blue. Hex color #04081F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04081F is #FBF7E0. Grayscale: #090909. Windows color (decimal): -16512993 or 2033668. OLE color: 2033668.

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

Color convert

RGB4831-
CMYK0.870.7400.88
HSL231.11º77.14%6.86%-
HSV(B)231.11º87.1%12.16%-
XYZ0.380.31.33-
YUV9.43140.17124.13-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.30%
GREEN value IS 8 (3.52% from 255) = 18.60%
BLUE value IS 31 (12.5% from 255) = 72.09%
R=9.30%
G=18.60%
B=72.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal48310.870.7400.88231.1177.146.86
Hex481F574A058e74d7
Octal4103712711201303471157
Binary1001000111111010111100101001011000111001111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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