Shades of Maire #261A01
Tints of Maire #261A01
RGB
CMYK
RGB Variations
Color information
#261A01 (or 0x261A01) is known color: Maire. HEX triplet: 26, 1A and 01. RGB value is (38,26,1). Sum of RGB (Red+Green+Blue) = 38+26+1=65 (8% of max value = 765). Red value is 38 (15.23% from 255 or 58.46% from 65); Green value is 26 (10.55% from 255 or 40% from 65); Blue value is 1 (0.78% from 255 or 1.54% from 65); Max value from RGB is 38 - color contains mainly: red. Hex color #261A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #261A01 is #D9E5FE. Grayscale: #1A1A1A. Windows color (decimal): -14280191 or 72230. OLE color: 72230.
HSL color Cylindrical-coordinate representation of color #261A01: hue angle of 40.54º 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 #261A01 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 38 | 26 | 1 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.85 |
| HSL | 40.54º | 0.95% | 0.08% | - |
| HSV(B) | 40.54º | 0.97% | 0.15% | - |
| XYZ | 1.17 | 1.15 | 0.19 | - |
| YUV | 26.74 | 113.48 | 136.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 1 | 0 | 0.32 | 0.97 | 0.85 | 40.54 | 0.95 | 0.08 |
| Hex | 26 | 1A | 1 | 0 | 20 | 61 | 55 | 29 | 5F | 8 |
| Octal | 46 | 32 | 1 | 0 | 40 | 141 | 125 | 51 | 137 | 10 |
| Binary | 100110 | 11010 | 1 | 0 | 100000 | 1100001 | 1010101 | 101001 | 1011111 | 1000 |
Color Harmonies of #261A01
Complementary color
Monochromatic Colors of #261A01
Black with #261A01
Text Example
Text Example
White with #261A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261A01; }
p { color: rgb(38,26,1); }
H1.HeaderClassName
{
color: #261A01;
}
.AnyTagClassName
{
color: #261A01;
}
</style>
background-color css
<style>
a { background-color: #261A01; }
a { background-color: rgb(38,26,1); }
div.DivClassName
{
background-color: #261A01;
}
.BgClassName
{
background-color: #261A01;
}
</style>
border-color css
<style>
span { border-color: #261A01; }
span { border-color: rgb(38,26,1); }
td.TdClassName
{
border-color: #261A01;
}
.TagClassName
{
border-color: #261A01;
}
</style>