Shades of Maire #261F04
Tints of Maire #261F04
RGB
CMYK
RGB Variations
Color information
#261F04 (or 0x261F04) is known color: Maire. HEX triplet: 26, 1F and 04. RGB value is (38,31,4). Sum of RGB (Red+Green+Blue) = 38+31+4=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 31 (12.5% from 255 or 42.47% from 73); Blue value is 4 (1.95% from 255 or 5.48% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #261F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261F04 is #D9E0FB. Grayscale: #1E1E1E. Windows color (decimal): -14278908 or 270118. OLE color: 270118.
HSL color Cylindrical-coordinate representation of color #261F04: hue angle of 47.65º degrees, saturation: 0.81, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #261F04 is Cyan = 0, Magento = 0.18, Yellow = 0.89 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 31 | 4 | - |
| CMYK | 0 | 0.18 | 0.89 | 0.85 |
| HSL | 47.65º | 0.81% | 0.08% | - |
| HSV(B) | 47.65º | 0.89% | 0.15% | - |
| XYZ | 1.31 | 1.4 | 0.32 | - |
| YUV | 30.02 | 113.32 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 31 | 4 | 0 | 0.18 | 0.89 | 0.85 | 47.65 | 0.81 | 0.08 |
| Hex | 26 | 1F | 4 | 0 | 12 | 59 | 55 | 30 | 51 | 8 |
| Octal | 46 | 37 | 4 | 0 | 22 | 131 | 125 | 60 | 121 | 10 |
| Binary | 100110 | 11111 | 100 | 0 | 10010 | 1011001 | 1010101 | 110000 | 1010001 | 1000 |
Color Harmonies of #261F04
Complementary color
Monochromatic Colors of #261F04
Black with #261F04
Text Example
Text Example
White with #261F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261F04; }
p { color: rgb(38,31,4); }
H1.HeaderClassName
{
color: #261F04;
}
.AnyTagClassName
{
color: #261F04;
}
</style>
background-color css
<style>
a { background-color: #261F04; }
a { background-color: rgb(38,31,4); }
div.DivClassName
{
background-color: #261F04;
}
.BgClassName
{
background-color: #261F04;
}
</style>
border-color css
<style>
span { border-color: #261F04; }
span { border-color: rgb(38,31,4); }
td.TdClassName
{
border-color: #261F04;
}
.TagClassName
{
border-color: #261F04;
}
</style>