#040421

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

Shades of Black Russian #040421

Tints of Black Russian #040421

Color information

#040421 (or 0x040421) is unknown color: approx Black Russian. HEX triplet: 04, 04 and 21. RGB value is (4,4,33). Sum of RGB (Red+Green+Blue) = 4+4+33=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 4 (1.95% from 255 or 9.76% from 41); Blue value is 33 (13.28% from 255 or 80.49% from 41); Max value from RGB is 33 - color contains mainly: blue. Hex color #040421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040421 is #FBFBDE. Grayscale: #070707. Windows color (decimal): -16514015 or 2163716. OLE color: 2163716.

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

Color convert

RGB4433-
CMYK0.880.8800.87
HSL240º78.38%7.25%-
HSV(B)240º87.88%12.94%-
XYZ0.370.221.46-
YUV7.31142.5125.64-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.76%
GREEN value IS 4 (1.95% from 255) = 9.76%
BLUE value IS 33 (13.28% from 255) = 80.49%
R=9.76%
G=9.76%
B=80.49%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal44330.880.8800.8724078.387.25
Hex44215858057f04e7
Octal444113013001273601167
Binary1001001000011011000101100001010111111100001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040421; }

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

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

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

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

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

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

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

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