#04081E

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

Shades of Black Russian #04081E

Tints of Black Russian #04081E

Color information

#04081E (or 0x04081E) is unknown color: approx Black Russian. HEX triplet: 04, 08 and 1E. RGB value is (4,8,30). Sum of RGB (Red+Green+Blue) = 4+8+30=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 8 (3.52% from 255 or 19.05% from 42); Blue value is 30 (12.11% from 255 or 71.43% from 42); Max value from RGB is 30 - color contains mainly: blue. Hex color #04081E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04081E is #FBF7E1. Grayscale: #090909. Windows color (decimal): -16512994 or 1968132. OLE color: 1968132.

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

Color convert

RGB4830-
CMYK0.870.7300.88
HSL230.77º76.47%6.67%-
HSV(B)230.77º86.67%11.76%-
XYZ0.370.291.27-
YUV9.31139.67124.21-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.52%
GREEN value IS 8 (3.52% from 255) = 19.05%
BLUE value IS 30 (12.11% from 255) = 71.43%
R=9.52%
G=19.05%
B=71.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal48300.870.7300.88230.7776.476.67
Hex481E5749058e74c7
Octal4103612711101303471147
Binary1001000111101010111100100101011000111001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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