Shades of Maire #271D00
Tints of Maire #271D00
RGB
CMYK
RGB Variations
Color information
#271D00 (or 0x271D00) is known color: Maire. HEX triplet: 27, 1D and 00. RGB value is (39,29,0). Sum of RGB (Red+Green+Blue) = 39+29+0=68 (9% of max value = 765). Red value is 39 (15.62% from 255 or 57.35% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 39 - color contains mainly: red. Hex color #271D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #271D00 is #D8E2FF. Grayscale: #1C1C1C. Windows color (decimal): -14213888 or 7463. OLE color: 7463.
HSL color Cylindrical-coordinate representation of color #271D00: hue angle of 44.62º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #271D00 is Cyan = 0, Magento = 0.26, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 39 | 29 | 0 | - |
| CMYK | 0 | 0.26 | 1 | 0.85 |
| HSL | 44.62º | 1% | 0.08% | - |
| HSV(B) | 44.62º | 1% | 0.15% | - |
| XYZ | 1.28 | 1.31 | 0.19 | - |
| YUV | 28.68 | 111.81 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 29 | 0 | 0 | 0.26 | 1 | 0.85 | 44.62 | 1 | 0.08 |
| Hex | 27 | 1D | 0 | 0 | 1A | 64 | 55 | 2D | 64 | 8 |
| Octal | 47 | 35 | 0 | 0 | 32 | 144 | 125 | 55 | 144 | 10 |
| Binary | 100111 | 11101 | 0 | 0 | 11010 | 1100100 | 1010101 | 101101 | 1100100 | 1000 |
Color Harmonies of #271D00
Complementary color
Monochromatic Colors of #271D00
Black with #271D00
Text Example
Text Example
White with #271D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #271D00; }
p { color: rgb(39,29,0); }
H1.HeaderClassName
{
color: #271D00;
}
.AnyTagClassName
{
color: #271D00;
}
</style>
background-color css
<style>
a { background-color: #271D00; }
a { background-color: rgb(39,29,0); }
div.DivClassName
{
background-color: #271D00;
}
.BgClassName
{
background-color: #271D00;
}
</style>
border-color css
<style>
span { border-color: #271D00; }
span { border-color: rgb(39,29,0); }
td.TdClassName
{
border-color: #271D00;
}
.TagClassName
{
border-color: #271D00;
}
</style>