Shades of Maire #1B1707
Tints of Maire #1B1707
RGB
CMYK
RGB Variations
Color information
#1B1707 (or 0x1B1707) is known color: Maire. HEX triplet: 1B, 17 and 07. RGB value is (27,23,7). Sum of RGB (Red+Green+Blue) = 27+23+7=57 (7% of max value = 765). Red value is 27 (10.94% from 255 or 47.37% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 7 (3.12% from 255 or 12.28% from 57); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1707 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1707 is #E4E8F8. Grayscale: #161616. Windows color (decimal): -15001849 or 464667. OLE color: 464667.
HSL color Cylindrical-coordinate representation of color #1B1707: hue angle of 48º 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 #1B1707 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 23 | 7 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.89 |
| HSL | 48º | 0.59% | 0.07% | - |
| HSV(B) | 48º | 0.74% | 0.11% | - |
| XYZ | 0.8 | 0.86 | 0.33 | - |
| YUV | 22.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 23 | 7 | 0 | 0.15 | 0.74 | 0.89 | 48 | 0.59 | 0.07 |
| Hex | 1B | 17 | 7 | 0 | F | 4A | 59 | 30 | 3B | 7 |
| Octal | 33 | 27 | 7 | 0 | 17 | 112 | 131 | 60 | 73 | 7 |
| Binary | 11011 | 10111 | 111 | 0 | 1111 | 1001010 | 1011001 | 110000 | 111011 | 111 |
Color Harmonies of #1B1707
Complementary color
Monochromatic Colors of #1B1707
Black with #1B1707
Text Example
Text Example
White with #1B1707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1707; }
p { color: rgb(27,23,7); }
H1.HeaderClassName
{
color: #1B1707;
}
.AnyTagClassName
{
color: #1B1707;
}
</style>
background-color css
<style>
a { background-color: #1B1707; }
a { background-color: rgb(27,23,7); }
div.DivClassName
{
background-color: #1B1707;
}
.BgClassName
{
background-color: #1B1707;
}
</style>
border-color css
<style>
span { border-color: #1B1707; }
span { border-color: rgb(27,23,7); }
td.TdClassName
{
border-color: #1B1707;
}
.TagClassName
{
border-color: #1B1707;
}
</style>