Shades of Maire #27241B
Tints of Maire #27241B
RGB
CMYK
RGB Variations
Color information
#27241B (or 0x27241B) is known color: Maire. HEX triplet: 27, 24 and 1B. RGB value is (39,36,27). Sum of RGB (Red+Green+Blue) = 39+36+27=102 (13% of max value = 765). Red value is 39 (15.62% from 255 or 38.24% from 102); Green value is 36 (14.45% from 255 or 35.29% from 102); Blue value is 27 (10.94% from 255 or 26.47% from 102); Max value from RGB is 39 - color contains mainly: red. Hex color #27241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27241B is #D8DBE4. Grayscale: #232323. Windows color (decimal): -14212069 or 1778727. OLE color: 1778727.
HSL color Cylindrical-coordinate representation of color #27241B: hue angle of 45º degrees, saturation: 0.18, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #27241B is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 36 | 27 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.85 |
| HSL | 45º | 0.18% | 0.13% | - |
| HSV(B) | 45º | 0.31% | 0.15% | - |
| XYZ | 1.67 | 1.77 | 1.29 | - |
| YUV | 35.87 | 122.99 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 36 | 27 | 0 | 0.08 | 0.31 | 0.85 | 45 | 0.18 | 0.13 |
| Hex | 27 | 24 | 1B | 0 | 8 | 1F | 55 | 2D | 12 | D |
| Octal | 47 | 44 | 33 | 0 | 10 | 37 | 125 | 55 | 22 | 15 |
| Binary | 100111 | 100100 | 11011 | 0 | 1000 | 11111 | 1010101 | 101101 | 10010 | 1101 |
Color Harmonies of #27241B
Complementary color
Monochromatic Colors of #27241B
Black with #27241B
Text Example
Text Example
White with #27241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27241B; }
p { color: rgb(39,36,27); }
H1.HeaderClassName
{
color: #27241B;
}
.AnyTagClassName
{
color: #27241B;
}
</style>
background-color css
<style>
a { background-color: #27241B; }
a { background-color: rgb(39,36,27); }
div.DivClassName
{
background-color: #27241B;
}
.BgClassName
{
background-color: #27241B;
}
</style>
border-color css
<style>
span { border-color: #27241B; }
span { border-color: rgb(39,36,27); }
td.TdClassName
{
border-color: #27241B;
}
.TagClassName
{
border-color: #27241B;
}
</style>