#04081B

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

Shades of Black Russian #04081B

Tints of Black Russian #04081B

Color information

#04081B (or 0x04081B) is unknown color: approx Black Russian. HEX triplet: 04, 08 and 1B. RGB value is (4,8,27). Sum of RGB (Red+Green+Blue) = 4+8+27=39 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10.26% from 39); Green value is 8 (3.52% from 255 or 20.51% from 39); Blue value is 27 (10.94% from 255 or 69.23% from 39); Max value from RGB is 27 - color contains mainly: blue. Hex color #04081B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #04081B is #FBF7E4. Grayscale: #080808. Windows color (decimal): -16512997 or 1771524. OLE color: 1771524.

HSL color Cylindrical-coordinate representation of color #04081B: hue angle of 229.57º degrees, saturation: 0.74, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #04081B is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB4827-
CMYK0.850.7000.89
HSL229.57º74.19%6.08%-
HSV(B)229.57º85.19%10.59%-
XYZ0.330.281.07-
YUV8.97138.17124.46-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10.26%
GREEN value IS 8 (3.52% from 255) = 20.51%
BLUE value IS 27 (10.94% from 255) = 69.23%
R=10.26%
G=20.51%
B=69.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal48270.850.7000.89229.5774.196.08
Hex481B5546059e64a6
Octal4103312510601313461126
Binary1001000110111010101100011001011001111001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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