Shades of Maire #261D01
Tints of Maire #261D01
RGB
CMYK
RGB Variations
Color information
#261D01 (or 0x261D01) is known color: Maire. HEX triplet: 26, 1D and 01. RGB value is (38,29,1). Sum of RGB (Red+Green+Blue) = 38+29+1=68 (9% of max value = 765). Red value is 38 (15.23% from 255 or 55.88% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 1 (0.78% from 255 or 1.47% from 68); Max value from RGB is 38 - color contains mainly: red. Hex color #261D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D01 is #D9E2FE. Grayscale: #1C1C1C. Windows color (decimal): -14279423 or 72998. OLE color: 72998.
HSL color Cylindrical-coordinate representation of color #261D01: hue angle of 45.41º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #261D01 is Cyan = 0, Magento = 0.24, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 29 | 1 | - |
| CMYK | 0 | 0.24 | 0.97 | 0.85 |
| HSL | 45.41º | 0.95% | 0.08% | - |
| HSV(B) | 45.41º | 0.97% | 0.15% | - |
| XYZ | 1.24 | 1.29 | 0.21 | - |
| YUV | 28.5 | 112.48 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 1 | 0 | 0.24 | 0.97 | 0.85 | 45.41 | 0.95 | 0.08 |
| Hex | 26 | 1D | 1 | 0 | 18 | 61 | 55 | 2D | 5F | 8 |
| Octal | 46 | 35 | 1 | 0 | 30 | 141 | 125 | 55 | 137 | 10 |
| Binary | 100110 | 11101 | 1 | 0 | 11000 | 1100001 | 1010101 | 101101 | 1011111 | 1000 |
Color Harmonies of #261D01
Complementary color
Monochromatic Colors of #261D01
Black with #261D01
Text Example
Text Example
White with #261D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D01; }
p { color: rgb(38,29,1); }
H1.HeaderClassName
{
color: #261D01;
}
.AnyTagClassName
{
color: #261D01;
}
</style>
background-color css
<style>
a { background-color: #261D01; }
a { background-color: rgb(38,29,1); }
div.DivClassName
{
background-color: #261D01;
}
.BgClassName
{
background-color: #261D01;
}
</style>
border-color css
<style>
span { border-color: #261D01; }
span { border-color: rgb(38,29,1); }
td.TdClassName
{
border-color: #261D01;
}
.TagClassName
{
border-color: #261D01;
}
</style>