Shades of Maire #1B1A03
Tints of Maire #1B1A03
RGB
CMYK
RGB Variations
Color information
#1B1A03 (or 0x1B1A03) is known color: Maire. HEX triplet: 1B, 1A and 03. RGB value is (27,26,3). Sum of RGB (Red+Green+Blue) = 27+26+3=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 26 (10.55% from 255 or 46.43% from 56); Blue value is 3 (1.56% from 255 or 5.36% from 56); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1A03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1B1A03 is #E4E5FC. Grayscale: #171717. Windows color (decimal): -15001085 or 203291. OLE color: 203291.
HSL color Cylindrical-coordinate representation of color #1B1A03: hue angle of 57.5º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1B1A03 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 26 | 3 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.89 |
| HSL | 57.5º | 0.8% | 0.06% | - |
| HSV(B) | 57.5º | 0.89% | 0.11% | - |
| XYZ | 0.84 | 0.98 | 0.23 | - |
| YUV | 23.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 26 | 3 | 0 | 0.04 | 0.89 | 0.89 | 57.5 | 0.8 | 0.06 |
| Hex | 1B | 1A | 3 | 0 | 4 | 59 | 59 | 3A | 50 | 6 |
| Octal | 33 | 32 | 3 | 0 | 4 | 131 | 131 | 72 | 120 | 6 |
| Binary | 11011 | 11010 | 11 | 0 | 100 | 1011001 | 1011001 | 111010 | 1010000 | 110 |
Color Harmonies of #1B1A03
Complementary color
Monochromatic Colors of #1B1A03
Black with #1B1A03
Text Example
Text Example
White with #1B1A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1A03; }
p { color: rgb(27,26,3); }
H1.HeaderClassName
{
color: #1B1A03;
}
.AnyTagClassName
{
color: #1B1A03;
}
</style>
background-color css
<style>
a { background-color: #1B1A03; }
a { background-color: rgb(27,26,3); }
div.DivClassName
{
background-color: #1B1A03;
}
.BgClassName
{
background-color: #1B1A03;
}
</style>
border-color css
<style>
span { border-color: #1B1A03; }
span { border-color: rgb(27,26,3); }
td.TdClassName
{
border-color: #1B1A03;
}
.TagClassName
{
border-color: #1B1A03;
}
</style>