Shades of Maire #050500
Tints of Maire #050500
RGB
CMYK
RGB Variations
Color information
#050500 (or 0x050500) is known color: Maire. HEX triplet: 05, 05 and 00. RGB value is (5,5,0). Sum of RGB (Red+Green+Blue) = 5+5+0=10 (1% of max value = 765). Red value is 5 (2.34% from 255 or 50% from 10); Green value is 5 (2.34% from 255 or 50% from 10); Blue value is 0 (0.39% from 255 or 0% from 10); Max value from RGB is 5 - color contains mainly: red, green. Hex color #050500 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #050500 is #FAFAFF. Grayscale: #040404. Windows color (decimal): -16448256 or 1285. OLE color: 1285.
HSL color Cylindrical-coordinate representation of color #050500: hue angle of 60º 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 #050500 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.98.
Color convert
| RGB | 5 | 5 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.98 |
| HSL | 60º | 1% | 0.01% | - |
| HSV(B) | 60º | 1% | 0.02% | - |
| XYZ | 0.12 | 0.14 | 0.02 | - |
| YUV | 4.43 | 125.5 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 5 | 0 | 0 | 0 | 1 | 0.98 | 60 | 1 | 0.01 |
| Hex | 5 | 5 | 0 | 0 | 0 | 64 | 62 | 3C | 64 | 1 |
| Octal | 5 | 5 | 0 | 0 | 0 | 144 | 142 | 74 | 144 | 1 |
| Binary | 101 | 101 | 0 | 0 | 0 | 1100100 | 1100010 | 111100 | 1100100 | 1 |
Color Harmonies of #050500
Complementary color
Monochromatic Colors of #050500
Black with #050500
Text Example
Text Example
White with #050500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #050500; }
p { color: rgb(5,5,0); }
H1.HeaderClassName
{
color: #050500;
}
.AnyTagClassName
{
color: #050500;
}
</style>
background-color css
<style>
a { background-color: #050500; }
a { background-color: rgb(5,5,0); }
div.DivClassName
{
background-color: #050500;
}
.BgClassName
{
background-color: #050500;
}
</style>
border-color css
<style>
span { border-color: #050500; }
span { border-color: rgb(5,5,0); }
td.TdClassName
{
border-color: #050500;
}
.TagClassName
{
border-color: #050500;
}
</style>