Shades of Maire #1B1801
Tints of Maire #1B1801
RGB
CMYK
RGB Variations
Color information
#1B1801 (or 0x1B1801) is known color: Maire. HEX triplet: 1B, 18 and 01. RGB value is (27,24,1). Sum of RGB (Red+Green+Blue) = 27+24+1=52 (6% of max value = 765). Red value is 27 (10.94% from 255 or 51.92% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1801 is #E4E7FE. Grayscale: #161616. Windows color (decimal): -15001599 or 71707. OLE color: 71707.
HSL color Cylindrical-coordinate representation of color #1B1801: hue angle of 53.08º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B1801 is Cyan = 0, Magento = 0.11, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 24 | 1 | - |
| CMYK | 0 | 0.11 | 0.96 | 0.89 |
| HSL | 53.08º | 0.93% | 0.05% | - |
| HSV(B) | 53.08º | 0.96% | 0.11% | - |
| XYZ | 0.78 | 0.89 | 0.16 | - |
| YUV | 22.28 | 115.99 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 1 | 0 | 0.11 | 0.96 | 0.89 | 53.08 | 0.93 | 0.05 |
| Hex | 1B | 18 | 1 | 0 | B | 60 | 59 | 35 | 5D | 5 |
| Octal | 33 | 30 | 1 | 0 | 13 | 140 | 131 | 65 | 135 | 5 |
| Binary | 11011 | 11000 | 1 | 0 | 1011 | 1100000 | 1011001 | 110101 | 1011101 | 101 |
Color Harmonies of #1B1801
Complementary color
Monochromatic Colors of #1B1801
Black with #1B1801
Text Example
Text Example
White with #1B1801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1801; }
p { color: rgb(27,24,1); }
H1.HeaderClassName
{
color: #1B1801;
}
.AnyTagClassName
{
color: #1B1801;
}
</style>
background-color css
<style>
a { background-color: #1B1801; }
a { background-color: rgb(27,24,1); }
div.DivClassName
{
background-color: #1B1801;
}
.BgClassName
{
background-color: #1B1801;
}
</style>
border-color css
<style>
span { border-color: #1B1801; }
span { border-color: rgb(27,24,1); }
td.TdClassName
{
border-color: #1B1801;
}
.TagClassName
{
border-color: #1B1801;
}
</style>