#040401

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

Shades of Maire #040401

Tints of Maire #040401

Color information

#040401 (or 0x040401) is unknown color: approx Maire. HEX triplet: 04, 04 and 01. RGB value is (4,4,1). Sum of RGB (Red+Green+Blue) = 4+4+1=9 (1% of max value = 765). Red value is 4 (1.95% from 255 or 44.44% from 9); Green value is 4 (1.95% from 255 or 44.44% from 9); Blue value is 1 (0.78% from 255 or 11.11% from 9); Max value from RGB is 4 - color contains mainly: red, green. Hex color #040401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #040401 is #FBFBFE. Grayscale: #030303. Windows color (decimal): -16514047 or 66564. OLE color: 66564.

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

Color convert

RGB441-
CMYK000.750.98
HSL60º60%0.98%-
HSV(B)60º75%1.57%-
XYZ0.10.110.05-
YUV3.66126.5128.24-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 44.44%
GREEN value IS 4 (1.95% from 255) = 44.44%
BLUE value IS 1 (0.78% from 255) = 11.11%
R=44.44%
G=44.44%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal441000.750.9860600.98
Hex441004B623c3c1
Octal4410011314274741
Binary100100100100101111000101111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040401; }

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

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

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

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

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

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

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

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