Shades of Maire #261E00
Tints of Maire #261E00
RGB
CMYK
RGB Variations
Color information
#261E00 (or 0x261E00) is known color: Maire. HEX triplet: 26, 1E and 00. RGB value is (38,30,0). Sum of RGB (Red+Green+Blue) = 38+30+0=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 0 (0.39% from 255 or 0% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #261E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261E00 is #D9E1FF. Grayscale: #1D1D1D. Windows color (decimal): -14279168 or 7718. OLE color: 7718.
HSL color Cylindrical-coordinate representation of color #261E00: hue angle of 47.37º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #261E00 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 30 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.85 |
| HSL | 47.37º | 1% | 0.07% | - |
| HSV(B) | 47.37º | 1% | 0.15% | - |
| XYZ | 1.26 | 1.34 | 0.19 | - |
| YUV | 28.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 30 | 0 | 0 | 0.21 | 1 | 0.85 | 47.37 | 1 | 0.07 |
| Hex | 26 | 1E | 0 | 0 | 15 | 64 | 55 | 2F | 64 | 7 |
| Octal | 46 | 36 | 0 | 0 | 25 | 144 | 125 | 57 | 144 | 7 |
| Binary | 100110 | 11110 | 0 | 0 | 10101 | 1100100 | 1010101 | 101111 | 1100100 | 111 |
Color Harmonies of #261E00
Complementary color
Monochromatic Colors of #261E00
Black with #261E00
Text Example
Text Example
White with #261E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261E00; }
p { color: rgb(38,30,0); }
H1.HeaderClassName
{
color: #261E00;
}
.AnyTagClassName
{
color: #261E00;
}
</style>
background-color css
<style>
a { background-color: #261E00; }
a { background-color: rgb(38,30,0); }
div.DivClassName
{
background-color: #261E00;
}
.BgClassName
{
background-color: #261E00;
}
</style>
border-color css
<style>
span { border-color: #261E00; }
span { border-color: rgb(38,30,0); }
td.TdClassName
{
border-color: #261E00;
}
.TagClassName
{
border-color: #261E00;
}
</style>