#040814

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

Shades of Black Russian #040814

Tints of Black Russian #040814

Color information

#040814 (or 0x040814) is unknown color: approx Black Russian. HEX triplet: 04, 08 and 14. RGB value is (4,8,20). Sum of RGB (Red+Green+Blue) = 4+8+20=32 (4% of max value = 765). Red value is 4 (1.95% from 255 or 12.5% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 20 (8.20% from 255 or 62.5% from 32); Max value from RGB is 20 - color contains mainly: blue. Hex color #040814 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040814 is #FBF7EB. Grayscale: #080808. Windows color (decimal): -16513004 or 1312772. OLE color: 1312772.

HSL color Cylindrical-coordinate representation of color #040814: hue angle of 225º degrees, saturation: 0.67, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #040814 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB4820-
CMYK0.800.6000.92
HSL225º66.67%4.71%-
HSV(B)225º80%7.84%-
XYZ0.260.250.7-
YUV8.17134.67125.02-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 12.5%
GREEN value IS 8 (3.52% from 255) = 25%
BLUE value IS 20 (8.20% from 255) = 62.5%
R=12.5%
G=25%
B=62.5%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal48200.800.6000.9222566.674.71
Hex4814503C05Ce1435
Octal410241207401343411035
Binary100100010100101000011110001011100111000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040814; }

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

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

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

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

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

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

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

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