Shades of Maire #1B1507
Tints of Maire #1B1507
RGB
CMYK
RGB Variations
Color information
#1B1507 (or 0x1B1507) is known color: Maire. HEX triplet: 1B, 15 and 07. RGB value is (27,21,7). Sum of RGB (Red+Green+Blue) = 27+21+7=55 (7% of max value = 765). Red value is 27 (10.94% from 255 or 49.09% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 7 (3.12% from 255 or 12.73% from 55); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1507 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1507 is #E4EAF8. Grayscale: #151515. Windows color (decimal): -15002361 or 464155. OLE color: 464155.
HSL color Cylindrical-coordinate representation of color #1B1507: hue angle of 42º degrees, saturation: 0.59, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B1507 is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 21 | 7 | - |
| CMYK | 0 | 0.22 | 0.74 | 0.89 |
| HSL | 42º | 0.59% | 0.07% | - |
| HSV(B) | 42º | 0.74% | 0.11% | - |
| XYZ | 0.76 | 0.78 | 0.31 | - |
| YUV | 21.2 | 119.99 | 132.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 21 | 7 | 0 | 0.22 | 0.74 | 0.89 | 42 | 0.59 | 0.07 |
| Hex | 1B | 15 | 7 | 0 | 16 | 4A | 59 | 2A | 3B | 7 |
| Octal | 33 | 25 | 7 | 0 | 26 | 112 | 131 | 52 | 73 | 7 |
| Binary | 11011 | 10101 | 111 | 0 | 10110 | 1001010 | 1011001 | 101010 | 111011 | 111 |
Color Harmonies of #1B1507
Complementary color
Monochromatic Colors of #1B1507
Black with #1B1507
Text Example
Text Example
White with #1B1507
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1507; }
p { color: rgb(27,21,7); }
H1.HeaderClassName
{
color: #1B1507;
}
.AnyTagClassName
{
color: #1B1507;
}
</style>
background-color css
<style>
a { background-color: #1B1507; }
a { background-color: rgb(27,21,7); }
div.DivClassName
{
background-color: #1B1507;
}
.BgClassName
{
background-color: #1B1507;
}
</style>
border-color css
<style>
span { border-color: #1B1507; }
span { border-color: rgb(27,21,7); }
td.TdClassName
{
border-color: #1B1507;
}
.TagClassName
{
border-color: #1B1507;
}
</style>