#040402

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

Shades of Maire #040402

Tints of Maire #040402

Color information

#040402 (or 0x040402) is unknown color: approx Maire. HEX triplet: 04, 04 and 02. RGB value is (4,4,2). Sum of RGB (Red+Green+Blue) = 4+4+2=10 (1% of max value = 765). Red value is 4 (1.95% from 255 or 40% from 10); Green value is 4 (1.95% from 255 or 40% from 10); Blue value is 2 (1.17% from 255 or 20% from 10); Max value from RGB is 4 - color contains mainly: red, green. Hex color #040402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040402 is #FBFBFD. Grayscale: #030303. Windows color (decimal): -16514046 or 132100. OLE color: 132100.

HSL color Cylindrical-coordinate representation of color #040402: hue angle of 60º degrees, saturation: 0.33, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.02% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #040402 is Cyan = 0, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.98.

Color convert

RGB442-
CMYK000.50.98
HSL60º33.33%1.18%-
HSV(B)60º50%1.57%-
XYZ0.10.120.07-
YUV3.77127128.16-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 40%
GREEN value IS 4 (1.95% from 255) = 40%
BLUE value IS 2 (1.17% from 255) = 20%
R=40%
G=40%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal442000.50.986033.331.18
Hex4420032623c211
Octal442006214274411
Binary100100100011001011000101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040402; }

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

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

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

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

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

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

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

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