Shades of Maire #262201
Tints of Maire #262201
RGB
CMYK
RGB Variations
Color information
#262201 (or 0x262201) is known color: Maire. HEX triplet: 26, 22 and 01. RGB value is (38,34,1). Sum of RGB (Red+Green+Blue) = 38+34+1=73 (9% of max value = 765). Red value is 38 (15.23% from 255 or 52.05% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 38 - color contains mainly: red. Hex color #262201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262201 is #D9DDFE. Grayscale: #1F1F1F. Windows color (decimal): -14278143 or 74278. OLE color: 74278.
HSL color Cylindrical-coordinate representation of color #262201: hue angle of 53.51º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #262201 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 34 | 1 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.85 |
| HSL | 53.51º | 0.95% | 0.08% | - |
| HSV(B) | 53.51º | 0.97% | 0.15% | - |
| XYZ | 1.38 | 1.56 | 0.26 | - |
| YUV | 31.43 | 110.83 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 34 | 1 | 0 | 0.11 | 0.97 | 0.85 | 53.51 | 0.95 | 0.08 |
| Hex | 26 | 22 | 1 | 0 | B | 61 | 55 | 36 | 5F | 8 |
| Octal | 46 | 42 | 1 | 0 | 13 | 141 | 125 | 66 | 137 | 10 |
| Binary | 100110 | 100010 | 1 | 0 | 1011 | 1100001 | 1010101 | 110110 | 1011111 | 1000 |
Color Harmonies of #262201
Complementary color
Monochromatic Colors of #262201
Black with #262201
Text Example
Text Example
White with #262201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #262201; }
p { color: rgb(38,34,1); }
H1.HeaderClassName
{
color: #262201;
}
.AnyTagClassName
{
color: #262201;
}
</style>
background-color css
<style>
a { background-color: #262201; }
a { background-color: rgb(38,34,1); }
div.DivClassName
{
background-color: #262201;
}
.BgClassName
{
background-color: #262201;
}
</style>
border-color css
<style>
span { border-color: #262201; }
span { border-color: rgb(38,34,1); }
td.TdClassName
{
border-color: #262201;
}
.TagClassName
{
border-color: #262201;
}
</style>