#050400

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

Shades of Maire #050400

Tints of Maire #050400

Color information

#050400 (or 0x050400) is unknown color: approx Maire. HEX triplet: 05, 04 and 00. RGB value is (5,4,0). Sum of RGB (Red+Green+Blue) = 5+4+0=9 (1% of max value = 765). Red value is 5 (2.34% from 255 or 55.56% from 9); Green value is 4 (1.95% from 255 or 44.44% from 9); Blue value is 0 (0.39% from 255 or 0% from 9); Max value from RGB is 5 - color contains mainly: red. Hex color #050400 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050400 is #FAFBFF. Grayscale: #030303. Windows color (decimal): -16448512 or 1029. OLE color: 1029.

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

Color convert

RGB540-
CMYK00.2010.98
HSL48º100%0.98%-
HSV(B)48º100%1.96%-
XYZ0.110.120.02-
YUV3.84125.83128.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 55.56%
GREEN value IS 4 (1.95% from 255) = 44.44%
BLUE value IS 0 (0.39% from 255) = 0%
R=55.56%
G=44.44%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 1
K (Black) values IS 0.98
SystemRedGreenBlueCMYKHSL
Decimal54000.2010.98481000.98
Hex540014646230641
Octal540024144142601441
Binary10110000101001100100110001011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #050400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #050400; }

 p { color: rgb(5,4,0); }

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

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

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

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

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

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

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