Shades of Maire #1B1A13
Tints of Maire #1B1A13
RGB
CMYK
RGB Variations
Color information
#1B1A13 (or 0x1B1A13) is known color: Maire. HEX triplet: 1B, 1A and 13. RGB value is (27,26,19). Sum of RGB (Red+Green+Blue) = 27+26+19=72 (9% of max value = 765). Red value is 27 (10.94% from 255 or 37.5% from 72); Green value is 26 (10.55% from 255 or 36.11% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1A13 is #E4E5EC. Grayscale: #191919. Windows color (decimal): -15001069 or 1251867. OLE color: 1251867.
HSL color Cylindrical-coordinate representation of color #1B1A13: hue angle of 52.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1B1A13 is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 26 | 19 | - |
| CMYK | 0 | 0.04 | 0.30 | 0.89 |
| HSL | 52.5º | 0.17% | 0.09% | - |
| HSV(B) | 52.5º | 0.3% | 0.11% | - |
| XYZ | 0.94 | 1.02 | 0.76 | - |
| YUV | 25.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 26 | 19 | 0 | 0.04 | 0.30 | 0.89 | 52.5 | 0.17 | 0.09 |
| Hex | 1B | 1A | 13 | 0 | 4 | 1E | 59 | 34 | 11 | 9 |
| Octal | 33 | 32 | 23 | 0 | 4 | 36 | 131 | 64 | 21 | 11 |
| Binary | 11011 | 11010 | 10011 | 0 | 100 | 11110 | 1011001 | 110100 | 10001 | 1001 |
Color Harmonies of #1B1A13
Complementary color
Monochromatic Colors of #1B1A13
Black with #1B1A13
Text Example
Text Example
White with #1B1A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1A13; }
p { color: rgb(27,26,19); }
H1.HeaderClassName
{
color: #1B1A13;
}
.AnyTagClassName
{
color: #1B1A13;
}
</style>
background-color css
<style>
a { background-color: #1B1A13; }
a { background-color: rgb(27,26,19); }
div.DivClassName
{
background-color: #1B1A13;
}
.BgClassName
{
background-color: #1B1A13;
}
</style>
border-color css
<style>
span { border-color: #1B1A13; }
span { border-color: rgb(27,26,19); }
td.TdClassName
{
border-color: #1B1A13;
}
.TagClassName
{
border-color: #1B1A13;
}
</style>