Shades of Maire #261D03
Tints of Maire #261D03
RGB
CMYK
RGB Variations
Color information
#261D03 (or 0x261D03) is known color: Maire. HEX triplet: 26, 1D and 03. RGB value is (38,29,3). Sum of RGB (Red+Green+Blue) = 38+29+3=70 (9% of max value = 765). Red value is 38 (15.23% from 255 or 54.29% from 70); Green value is 29 (11.72% from 255 or 41.43% from 70); Blue value is 3 (1.56% from 255 or 4.29% from 70); Max value from RGB is 38 - color contains mainly: red. Hex color #261D03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261D03 is #D9E2FC. Grayscale: #1C1C1C. Windows color (decimal): -14279421 or 204070. OLE color: 204070.
HSL color Cylindrical-coordinate representation of color #261D03: hue angle of 44.57º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #261D03 is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 29 | 3 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.85 |
| HSL | 44.57º | 0.85% | 0.08% | - |
| HSV(B) | 44.57º | 0.92% | 0.15% | - |
| XYZ | 1.26 | 1.3 | 0.27 | - |
| YUV | 28.73 | 113.48 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 29 | 3 | 0 | 0.24 | 0.92 | 0.85 | 44.57 | 0.85 | 0.08 |
| Hex | 26 | 1D | 3 | 0 | 18 | 5C | 55 | 2D | 55 | 8 |
| Octal | 46 | 35 | 3 | 0 | 30 | 134 | 125 | 55 | 125 | 10 |
| Binary | 100110 | 11101 | 11 | 0 | 11000 | 1011100 | 1010101 | 101101 | 1010101 | 1000 |
Color Harmonies of #261D03
Complementary color
Monochromatic Colors of #261D03
Black with #261D03
Text Example
Text Example
White with #261D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261D03; }
p { color: rgb(38,29,3); }
H1.HeaderClassName
{
color: #261D03;
}
.AnyTagClassName
{
color: #261D03;
}
</style>
background-color css
<style>
a { background-color: #261D03; }
a { background-color: rgb(38,29,3); }
div.DivClassName
{
background-color: #261D03;
}
.BgClassName
{
background-color: #261D03;
}
</style>
border-color css
<style>
span { border-color: #261D03; }
span { border-color: rgb(38,29,3); }
td.TdClassName
{
border-color: #261D03;
}
.TagClassName
{
border-color: #261D03;
}
</style>