Shades of Maire #26260C
Tints of Maire #26260C
RGB
CMYK
RGB Variations
Color information
#26260C (or 0x26260C) is known color: Maire. HEX triplet: 26, 26 and 0C. RGB value is (38,38,12). Sum of RGB (Red+Green+Blue) = 38+38+12=88 (11% of max value = 765). Red value is 38 (15.23% from 255 or 43.18% from 88); Green value is 38 (15.23% from 255 or 43.18% from 88); Blue value is 12 (5.08% from 255 or 13.64% from 88); Max value from RGB is 38 - color contains mainly: red, green. Hex color #26260C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26260C is #D9D9F3. Grayscale: #232323. Windows color (decimal): -14277108 or 796198. OLE color: 796198.
HSL color Cylindrical-coordinate representation of color #26260C: hue angle of 60º degrees, saturation: 0.52, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26260C is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 38 | 12 | - |
| CMYK | 0 | 0 | 0.68 | 0.85 |
| HSL | 60º | 0.52% | 0.1% | - |
| HSV(B) | 60º | 0.68% | 0.15% | - |
| XYZ | 1.56 | 1.82 | 0.62 | - |
| YUV | 35.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 12 | 0 | 0 | 0.68 | 0.85 | 60 | 0.52 | 0.1 |
| Hex | 26 | 26 | C | 0 | 0 | 44 | 55 | 3C | 34 | A |
| Octal | 46 | 46 | 14 | 0 | 0 | 104 | 125 | 74 | 64 | 12 |
| Binary | 100110 | 100110 | 1100 | 0 | 0 | 1000100 | 1010101 | 111100 | 110100 | 1010 |
Color Harmonies of #26260C
Complementary color
Monochromatic Colors of #26260C
Black with #26260C
Text Example
Text Example
White with #26260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #26260C; }
p { color: rgb(38,38,12); }
H1.HeaderClassName
{
color: #26260C;
}
.AnyTagClassName
{
color: #26260C;
}
</style>
background-color css
<style>
a { background-color: #26260C; }
a { background-color: rgb(38,38,12); }
div.DivClassName
{
background-color: #26260C;
}
.BgClassName
{
background-color: #26260C;
}
</style>
border-color css
<style>
span { border-color: #26260C; }
span { border-color: rgb(38,38,12); }
td.TdClassName
{
border-color: #26260C;
}
.TagClassName
{
border-color: #26260C;
}
</style>