Shades of Maire #242405
Tints of Maire #242405
RGB
CMYK
RGB Variations
Color information
#242405 (or 0x242405) is known color: Maire. HEX triplet: 24, 24 and 05. RGB value is (36,36,5). Sum of RGB (Red+Green+Blue) = 36+36+5=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 36 (14.45% from 255 or 46.75% from 77); Blue value is 5 (2.34% from 255 or 6.49% from 77); Max value from RGB is 36 - color contains mainly: red, green. Hex color #242405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #242405 is #DBDBFA. Grayscale: #202020. Windows color (decimal): -14408699 or 336932. OLE color: 336932.
HSL color Cylindrical-coordinate representation of color #242405: hue angle of 60º degrees, saturation: 0.76, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #242405 is Cyan = 0, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 36 | 5 | - |
| CMYK | 0 | 0 | 0.86 | 0.86 |
| HSL | 60º | 0.76% | 0.08% | - |
| HSV(B) | 60º | 0.86% | 0.14% | - |
| XYZ | 1.39 | 1.65 | 0.39 | - |
| YUV | 32.47 | 112.5 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 36 | 5 | 0 | 0 | 0.86 | 0.86 | 60 | 0.76 | 0.08 |
| Hex | 24 | 24 | 5 | 0 | 0 | 56 | 56 | 3C | 4C | 8 |
| Octal | 44 | 44 | 5 | 0 | 0 | 126 | 126 | 74 | 114 | 10 |
| Binary | 100100 | 100100 | 101 | 0 | 0 | 1010110 | 1010110 | 111100 | 1001100 | 1000 |
Color Harmonies of #242405
Complementary color
Monochromatic Colors of #242405
Black with #242405
Text Example
Text Example
White with #242405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242405; }
p { color: rgb(36,36,5); }
H1.HeaderClassName
{
color: #242405;
}
.AnyTagClassName
{
color: #242405;
}
</style>
background-color css
<style>
a { background-color: #242405; }
a { background-color: rgb(36,36,5); }
div.DivClassName
{
background-color: #242405;
}
.BgClassName
{
background-color: #242405;
}
</style>
border-color css
<style>
span { border-color: #242405; }
span { border-color: rgb(36,36,5); }
td.TdClassName
{
border-color: #242405;
}
.TagClassName
{
border-color: #242405;
}
</style>