#040420

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

Shades of Black Russian #040420

Tints of Black Russian #040420

Color information

#040420 (or 0x040420) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 20. RGB value is (4,4,32). Sum of RGB (Red+Green+Blue) = 4+4+32=40 (5% of max value = 765). Red value is 4 (1.95% from 255 or 10% from 40); Green value is 4 (1.95% from 255 or 10% from 40); Blue value is 32 (12.89% from 255 or 80% from 40); Max value from RGB is 32 - color contains mainly: blue. Hex color #040420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040420 is #FBFBDF. Grayscale: #070707. Windows color (decimal): -16514016 or 2098180. OLE color: 2098180.

HSL color Cylindrical-coordinate representation of color #040420: hue angle of 240º degrees, saturation: 0.78, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #040420 is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB4432-
CMYK0.870.8700.87
HSL240º77.78%7.06%-
HSV(B)240º87.5%12.55%-
XYZ0.350.221.39-
YUV7.19142125.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 10%
GREEN value IS 4 (1.95% from 255) = 10%
BLUE value IS 32 (12.89% from 255) = 80%
R=10%
G=10%
B=80%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal44320.870.8700.8724077.787.06
Hex44205757057f04e7
Octal444012712701273601167
Binary1001001000001010111101011101010111111100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040420; }

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

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

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

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

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

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

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

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