Shades of Maire #241F0A
Tints of Maire #241F0A
RGB
CMYK
RGB Variations
Color information
#241F0A (or 0x241F0A) is known color: Maire. HEX triplet: 24, 1F and 0A. RGB value is (36,31,10). Sum of RGB (Red+Green+Blue) = 36+31+10=77 (10% of max value = 765). Red value is 36 (14.45% from 255 or 46.75% from 77); Green value is 31 (12.5% from 255 or 40.26% from 77); Blue value is 10 (4.30% from 255 or 12.99% from 77); Max value from RGB is 36 - color contains mainly: red. Hex color #241F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #241F0A is #DBE0F5. Grayscale: #1E1E1E. Windows color (decimal): -14409974 or 663332. OLE color: 663332.
HSL color Cylindrical-coordinate representation of color #241F0A: hue angle of 48.46º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #241F0A is Cyan = 0, Magento = 0.14, Yellow = 0.72 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 31 | 10 | - |
| CMYK | 0 | 0.14 | 0.72 | 0.86 |
| HSL | 48.46º | 0.57% | 0.09% | - |
| HSV(B) | 48.46º | 0.72% | 0.14% | - |
| XYZ | 1.27 | 1.38 | 0.49 | - |
| YUV | 30.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 31 | 10 | 0 | 0.14 | 0.72 | 0.86 | 48.46 | 0.57 | 0.09 |
| Hex | 24 | 1F | A | 0 | E | 48 | 56 | 30 | 39 | 9 |
| Octal | 44 | 37 | 12 | 0 | 16 | 110 | 126 | 60 | 71 | 11 |
| Binary | 100100 | 11111 | 1010 | 0 | 1110 | 1001000 | 1010110 | 110000 | 111001 | 1001 |
Color Harmonies of #241F0A
Complementary color
Monochromatic Colors of #241F0A
Black with #241F0A
Text Example
Text Example
White with #241F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #241F0A; }
p { color: rgb(36,31,10); }
H1.HeaderClassName
{
color: #241F0A;
}
.AnyTagClassName
{
color: #241F0A;
}
</style>
background-color css
<style>
a { background-color: #241F0A; }
a { background-color: rgb(36,31,10); }
div.DivClassName
{
background-color: #241F0A;
}
.BgClassName
{
background-color: #241F0A;
}
</style>
border-color css
<style>
span { border-color: #241F0A; }
span { border-color: rgb(36,31,10); }
td.TdClassName
{
border-color: #241F0A;
}
.TagClassName
{
border-color: #241F0A;
}
</style>