Shades of Maire #1B1601
Tints of Maire #1B1601
RGB
CMYK
RGB Variations
Color information
#1B1601 (or 0x1B1601) is known color: Maire. HEX triplet: 1B, 16 and 01. RGB value is (27,22,1). Sum of RGB (Red+Green+Blue) = 27+22+1=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 22 (8.98% from 255 or 44% from 50); Blue value is 1 (0.78% from 255 or 2% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1601 is #E4E9FE. Grayscale: #151515. Windows color (decimal): -15002111 or 71195. OLE color: 71195.
HSL color Cylindrical-coordinate representation of color #1B1601: hue angle of 48.46º 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 #1B1601 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 22 | 1 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.89 |
| HSL | 48.46º | 0.93% | 0.05% | - |
| HSV(B) | 48.46º | 0.96% | 0.11% | - |
| XYZ | 0.74 | 0.81 | 0.15 | - |
| YUV | 21.1 | 116.66 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 22 | 1 | 0 | 0.19 | 0.96 | 0.89 | 48.46 | 0.93 | 0.05 |
| Hex | 1B | 16 | 1 | 0 | 13 | 60 | 59 | 30 | 5D | 5 |
| Octal | 33 | 26 | 1 | 0 | 23 | 140 | 131 | 60 | 135 | 5 |
| Binary | 11011 | 10110 | 1 | 0 | 10011 | 1100000 | 1011001 | 110000 | 1011101 | 101 |
Color Harmonies of #1B1601
Complementary color
Monochromatic Colors of #1B1601
Black with #1B1601
Text Example
Text Example
White with #1B1601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1601; }
p { color: rgb(27,22,1); }
H1.HeaderClassName
{
color: #1B1601;
}
.AnyTagClassName
{
color: #1B1601;
}
</style>
background-color css
<style>
a { background-color: #1B1601; }
a { background-color: rgb(27,22,1); }
div.DivClassName
{
background-color: #1B1601;
}
.BgClassName
{
background-color: #1B1601;
}
</style>
border-color css
<style>
span { border-color: #1B1601; }
span { border-color: rgb(27,22,1); }
td.TdClassName
{
border-color: #1B1601;
}
.TagClassName
{
border-color: #1B1601;
}
</style>