Shades of Maire #26241A
Tints of Maire #26241A
RGB
CMYK
RGB Variations
Color information
#26241A (or 0x26241A) is known color: Maire. HEX triplet: 26, 24 and 1A. RGB value is (38,36,26). Sum of RGB (Red+Green+Blue) = 38+36+26=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 36 (14.45% from 255 or 36% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 38 - color contains mainly: red. Hex color #26241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26241A is #D9DBE5. Grayscale: #232323. Windows color (decimal): -14277606 or 1713190. OLE color: 1713190.
HSL color Cylindrical-coordinate representation of color #26241A: hue angle of 50º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #26241A is Cyan = 0, Magento = 0.05, Yellow = 0.32 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 36 | 26 | - |
| CMYK | 0 | 0.05 | 0.32 | 0.85 |
| HSL | 50º | 0.19% | 0.13% | - |
| HSV(B) | 50º | 0.32% | 0.15% | - |
| XYZ | 1.62 | 1.75 | 1.23 | - |
| YUV | 35.46 | 122.66 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 36 | 26 | 0 | 0.05 | 0.32 | 0.85 | 50 | 0.19 | 0.13 |
| Hex | 26 | 24 | 1A | 0 | 5 | 20 | 55 | 32 | 13 | D |
| Octal | 46 | 44 | 32 | 0 | 5 | 40 | 125 | 62 | 23 | 15 |
| Binary | 100110 | 100100 | 11010 | 0 | 101 | 100000 | 1010101 | 110010 | 10011 | 1101 |
Color Harmonies of #26241A
Complementary color
Monochromatic Colors of #26241A
Black with #26241A
Text Example
Text Example
White with #26241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26241A; }
p { color: rgb(38,36,26); }
H1.HeaderClassName
{
color: #26241A;
}
.AnyTagClassName
{
color: #26241A;
}
</style>
background-color css
<style>
a { background-color: #26241A; }
a { background-color: rgb(38,36,26); }
div.DivClassName
{
background-color: #26241A;
}
.BgClassName
{
background-color: #26241A;
}
</style>
border-color css
<style>
span { border-color: #26241A; }
span { border-color: rgb(38,36,26); }
td.TdClassName
{
border-color: #26241A;
}
.TagClassName
{
border-color: #26241A;
}
</style>