Shades of Maire #1B1706
Tints of Maire #1B1706
RGB
CMYK
RGB Variations
Color information
#1B1706 (or 0x1B1706) is known color: Maire. HEX triplet: 1B, 17 and 06. RGB value is (27,23,6). Sum of RGB (Red+Green+Blue) = 27+23+6=56 (7% of max value = 765). Red value is 27 (10.94% from 255 or 48.21% from 56); Green value is 23 (9.38% from 255 or 41.07% from 56); Blue value is 6 (2.73% from 255 or 10.71% from 56); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1706 is #E4E8F9. Grayscale: #161616. Windows color (decimal): -15001850 or 399131. OLE color: 399131.
HSL color Cylindrical-coordinate representation of color #1B1706: hue angle of 48.57º degrees, saturation: 0.64, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1B1706 is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 23 | 6 | - |
| CMYK | 0 | 0.15 | 0.78 | 0.89 |
| HSL | 48.57º | 0.64% | 0.06% | - |
| HSV(B) | 48.57º | 0.78% | 0.11% | - |
| XYZ | 0.79 | 0.86 | 0.3 | - |
| YUV | 22.26 | 118.83 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 6 | 0 | 0.15 | 0.78 | 0.89 | 48.57 | 0.64 | 0.06 |
| Hex | 1B | 17 | 6 | 0 | F | 4E | 59 | 31 | 40 | 6 |
| Octal | 33 | 27 | 6 | 0 | 17 | 116 | 131 | 61 | 100 | 6 |
| Binary | 11011 | 10111 | 110 | 0 | 1111 | 1001110 | 1011001 | 110001 | 1000000 | 110 |
Color Harmonies of #1B1706
Complementary color
Monochromatic Colors of #1B1706
Black with #1B1706
Text Example
Text Example
White with #1B1706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1706; }
p { color: rgb(27,23,6); }
H1.HeaderClassName
{
color: #1B1706;
}
.AnyTagClassName
{
color: #1B1706;
}
</style>
background-color css
<style>
a { background-color: #1B1706; }
a { background-color: rgb(27,23,6); }
div.DivClassName
{
background-color: #1B1706;
}
.BgClassName
{
background-color: #1B1706;
}
</style>
border-color css
<style>
span { border-color: #1B1706; }
span { border-color: rgb(27,23,6); }
td.TdClassName
{
border-color: #1B1706;
}
.TagClassName
{
border-color: #1B1706;
}
</style>