Shades of Maire #261D00
Tints of Maire #261D00
RGB
CMYK
RGB Variations
Color information
#261D00 (or 0x261D00) is known color: Maire. HEX triplet: 26, 1D and 00. RGB value is (38,29,0). Sum of RGB (Red+Green+Blue) = 38+29+0=67 (8% of max value = 765). Red value is 38 (15.23% from 255 or 56.72% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 0 (0.39% from 255 or 0% from 67); Max value from RGB is 38 - color contains mainly: red. Hex color #261D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D00 is #D9E2FF. Grayscale: #1C1C1C. Windows color (decimal): -14279424 or 7462. OLE color: 7462.
HSL color Cylindrical-coordinate representation of color #261D00: hue angle of 45.79º 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 #261D00 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 29 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.85 |
| HSL | 45.79º | 1% | 0.07% | - |
| HSV(B) | 45.79º | 1% | 0.15% | - |
| XYZ | 1.24 | 1.29 | 0.18 | - |
| YUV | 28.39 | 111.98 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 0 | 0 | 0.24 | 1 | 0.85 | 45.79 | 1 | 0.07 |
| Hex | 26 | 1D | 0 | 0 | 18 | 64 | 55 | 2E | 64 | 7 |
| Octal | 46 | 35 | 0 | 0 | 30 | 144 | 125 | 56 | 144 | 7 |
| Binary | 100110 | 11101 | 0 | 0 | 11000 | 1100100 | 1010101 | 101110 | 1100100 | 111 |
Color Harmonies of #261D00
Complementary color
Monochromatic Colors of #261D00
Black with #261D00
Text Example
Text Example
White with #261D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D00; }
p { color: rgb(38,29,0); }
H1.HeaderClassName
{
color: #261D00;
}
.AnyTagClassName
{
color: #261D00;
}
</style>
background-color css
<style>
a { background-color: #261D00; }
a { background-color: rgb(38,29,0); }
div.DivClassName
{
background-color: #261D00;
}
.BgClassName
{
background-color: #261D00;
}
</style>
border-color css
<style>
span { border-color: #261D00; }
span { border-color: rgb(38,29,0); }
td.TdClassName
{
border-color: #261D00;
}
.TagClassName
{
border-color: #261D00;
}
</style>