Shades of Maire #1B1812
Tints of Maire #1B1812
RGB
CMYK
RGB Variations
Color information
#1B1812 (or 0x1B1812) is known color: Maire. HEX triplet: 1B, 18 and 12. RGB value is (27,24,18). Sum of RGB (Red+Green+Blue) = 27+24+18=69 (9% of max value = 765). Red value is 27 (10.94% from 255 or 39.13% from 69); Green value is 24 (9.77% from 255 or 34.78% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1812 is #E4E7ED. Grayscale: #181818. Windows color (decimal): -15001582 or 1185819. OLE color: 1185819.
HSL color Cylindrical-coordinate representation of color #1B1812: hue angle of 40º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1B1812 is Cyan = 0, Magento = 0.11, Yellow = 0.33 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 24 | 18 | - |
| CMYK | 0 | 0.11 | 0.33 | 0.89 |
| HSL | 40º | 0.2% | 0.09% | - |
| HSV(B) | 40º | 0.33% | 0.11% | - |
| XYZ | 0.89 | 0.93 | 0.7 | - |
| YUV | 24.21 | 124.49 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 18 | 0 | 0.11 | 0.33 | 0.89 | 40 | 0.2 | 0.09 |
| Hex | 1B | 18 | 12 | 0 | B | 21 | 59 | 28 | 14 | 9 |
| Octal | 33 | 30 | 22 | 0 | 13 | 41 | 131 | 50 | 24 | 11 |
| Binary | 11011 | 11000 | 10010 | 0 | 1011 | 100001 | 1011001 | 101000 | 10100 | 1001 |
Color Harmonies of #1B1812
Complementary color
Monochromatic Colors of #1B1812
Black with #1B1812
Text Example
Text Example
White with #1B1812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1812; }
p { color: rgb(27,24,18); }
H1.HeaderClassName
{
color: #1B1812;
}
.AnyTagClassName
{
color: #1B1812;
}
</style>
background-color css
<style>
a { background-color: #1B1812; }
a { background-color: rgb(27,24,18); }
div.DivClassName
{
background-color: #1B1812;
}
.BgClassName
{
background-color: #1B1812;
}
</style>
border-color css
<style>
span { border-color: #1B1812; }
span { border-color: rgb(27,24,18); }
td.TdClassName
{
border-color: #1B1812;
}
.TagClassName
{
border-color: #1B1812;
}
</style>