Shades of Maire #1B1907
Tints of Maire #1B1907
RGB
CMYK
RGB Variations
Color information
#1B1907 (or 0x1B1907) is known color: Maire. HEX triplet: 1B, 19 and 07. RGB value is (27,25,7). Sum of RGB (Red+Green+Blue) = 27+25+7=59 (7% of max value = 765). Red value is 27 (10.94% from 255 or 45.76% from 59); Green value is 25 (10.16% from 255 or 42.37% from 59); Blue value is 7 (3.12% from 255 or 11.86% from 59); Max value from RGB is 27 - color contains mainly: red. Hex color #1B1907 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B1907 is #E4E6F8. Grayscale: #171717. Windows color (decimal): -15001337 or 465179. OLE color: 465179.
HSL color Cylindrical-coordinate representation of color #1B1907: hue angle of 54º 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 #1B1907 is Cyan = 0, Magento = 0.07, Yellow = 0.74 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 25 | 7 | - |
| CMYK | 0 | 0.07 | 0.74 | 0.89 |
| HSL | 54º | 0.59% | 0.07% | - |
| HSV(B) | 54º | 0.74% | 0.11% | - |
| XYZ | 0.84 | 0.94 | 0.34 | - |
| YUV | 23.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 25 | 7 | 0 | 0.07 | 0.74 | 0.89 | 54 | 0.59 | 0.07 |
| Hex | 1B | 19 | 7 | 0 | 7 | 4A | 59 | 36 | 3B | 7 |
| Octal | 33 | 31 | 7 | 0 | 7 | 112 | 131 | 66 | 73 | 7 |
| Binary | 11011 | 11001 | 111 | 0 | 111 | 1001010 | 1011001 | 110110 | 111011 | 111 |
Color Harmonies of #1B1907
Complementary color
Monochromatic Colors of #1B1907
Black with #1B1907
Text Example
Text Example
White with #1B1907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B1907; }
p { color: rgb(27,25,7); }
H1.HeaderClassName
{
color: #1B1907;
}
.AnyTagClassName
{
color: #1B1907;
}
</style>
background-color css
<style>
a { background-color: #1B1907; }
a { background-color: rgb(27,25,7); }
div.DivClassName
{
background-color: #1B1907;
}
.BgClassName
{
background-color: #1B1907;
}
</style>
border-color css
<style>
span { border-color: #1B1907; }
span { border-color: rgb(27,25,7); }
td.TdClassName
{
border-color: #1B1907;
}
.TagClassName
{
border-color: #1B1907;
}
</style>