Shades of Maire #262600
Tints of Maire #262600
RGB
CMYK
RGB Variations
Color information
#262600 (or 0x262600) is known color: Maire. HEX triplet: 26, 26 and 00. RGB value is (38,38,0). Sum of RGB (Red+Green+Blue) = 38+38+0=76 (10% of max value = 765). Red value is 38 (15.23% from 255 or 50% from 76); Green value is 38 (15.23% from 255 or 50% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 38 - color contains mainly: red, green. Hex color #262600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262600 is #D9D9FF. Grayscale: #212121. Windows color (decimal): -14277120 or 9766. OLE color: 9766.
HSL color Cylindrical-coordinate representation of color #262600: hue angle of 60º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 1%. Process color model (Four color, CMYK) of #262600 is Cyan = 0, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 38 | 0 | - |
| CMYK | 0 | 0 | 1 | 0.85 |
| HSL | 60º | 1% | 0.07% | - |
| HSV(B) | 60º | 1% | 0.15% | - |
| XYZ | 1.49 | 1.8 | 0.27 | - |
| YUV | 33.67 | 109 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 38 | 0 | 0 | 0 | 1 | 0.85 | 60 | 1 | 0.07 |
| Hex | 26 | 26 | 0 | 0 | 0 | 64 | 55 | 3C | 64 | 7 |
| Octal | 46 | 46 | 0 | 0 | 0 | 144 | 125 | 74 | 144 | 7 |
| Binary | 100110 | 100110 | 0 | 0 | 0 | 1100100 | 1010101 | 111100 | 1100100 | 111 |
Color Harmonies of #262600
Complementary color
Monochromatic Colors of #262600
Black with #262600
Text Example
Text Example
White with #262600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262600; }
p { color: rgb(38,38,0); }
H1.HeaderClassName
{
color: #262600;
}
.AnyTagClassName
{
color: #262600;
}
</style>
background-color css
<style>
a { background-color: #262600; }
a { background-color: rgb(38,38,0); }
div.DivClassName
{
background-color: #262600;
}
.BgClassName
{
background-color: #262600;
}
</style>
border-color css
<style>
span { border-color: #262600; }
span { border-color: rgb(38,38,0); }
td.TdClassName
{
border-color: #262600;
}
.TagClassName
{
border-color: #262600;
}
</style>