Shades of Maire #1B1502
Tints of Maire #1B1502
RGB
CMYK
RGB Variations
Color information
#1B1502 (or 0x1B1502) is known color: Maire. HEX triplet: 1B, 15 and 02. RGB value is (27,21,2). Sum of RGB (Red+Green+Blue) = 27+21+2=50 (6% of max value = 765). Red value is 27 (10.94% from 255 or 54% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 2 (1.17% from 255 or 4% from 50); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1502 is #E4EAFD. Grayscale: #141414. Windows color (decimal): -15002366 or 136475. OLE color: 136475.
HSL color Cylindrical-coordinate representation of color #1B1502: hue angle of 45.6º degrees, saturation: 0.86, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B1502 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 21 | 2 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.89 |
| HSL | 45.6º | 0.86% | 0.06% | - |
| HSV(B) | 45.6º | 0.93% | 0.11% | - |
| XYZ | 0.73 | 0.77 | 0.17 | - |
| YUV | 20.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 2 | 0 | 0.22 | 0.93 | 0.89 | 45.6 | 0.86 | 0.06 |
| Hex | 1B | 15 | 2 | 0 | 16 | 5D | 59 | 2E | 56 | 6 |
| Octal | 33 | 25 | 2 | 0 | 26 | 135 | 131 | 56 | 126 | 6 |
| Binary | 11011 | 10101 | 10 | 0 | 10110 | 1011101 | 1011001 | 101110 | 1010110 | 110 |
Color Harmonies of #1B1502
Complementary color
Monochromatic Colors of #1B1502
Black with #1B1502
Text Example
Text Example
White with #1B1502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1502; }
p { color: rgb(27,21,2); }
H1.HeaderClassName
{
color: #1B1502;
}
.AnyTagClassName
{
color: #1B1502;
}
</style>
background-color css
<style>
a { background-color: #1B1502; }
a { background-color: rgb(27,21,2); }
div.DivClassName
{
background-color: #1B1502;
}
.BgClassName
{
background-color: #1B1502;
}
</style>
border-color css
<style>
span { border-color: #1B1502; }
span { border-color: rgb(27,21,2); }
td.TdClassName
{
border-color: #1B1502;
}
.TagClassName
{
border-color: #1B1502;
}
</style>