Shades of Maire #19150B
Tints of Maire #19150B
RGB
CMYK
RGB Variations
Color information
#19150B (or 0x19150B) is known color: Maire. HEX triplet: 19, 15 and 0B. RGB value is (25,21,11). Sum of RGB (Red+Green+Blue) = 25+21+11=57 (7% of max value = 765). Red value is 25 (10.16% from 255 or 43.86% from 57); Green value is 21 (8.59% from 255 or 36.84% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 25 - color contains mainly: red. Hex color #19150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #19150B is #E6EAF4. Grayscale: #151515. Windows color (decimal): -15133429 or 726297. OLE color: 726297.
HSL color Cylindrical-coordinate representation of color #19150B: hue angle of 42.86º degrees, saturation: 0.39, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #19150B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 25 | 21 | 11 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.90 |
| HSL | 42.86º | 0.39% | 0.07% | - |
| HSV(B) | 42.86º | 0.56% | 0.1% | - |
| XYZ | 0.73 | 0.77 | 0.43 | - |
| YUV | 21.06 | 122.33 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 21 | 11 | 0 | 0.16 | 0.56 | 0.90 | 42.86 | 0.39 | 0.07 |
| Hex | 19 | 15 | B | 0 | 10 | 38 | 5A | 2B | 27 | 7 |
| Octal | 31 | 25 | 13 | 0 | 20 | 70 | 132 | 53 | 47 | 7 |
| Binary | 11001 | 10101 | 1011 | 0 | 10000 | 111000 | 1011010 | 101011 | 100111 | 111 |
Color Harmonies of #19150B
Complementary color
Monochromatic Colors of #19150B
Black with #19150B
Text Example
Text Example
White with #19150B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19150B; }
p { color: rgb(25,21,11); }
H1.HeaderClassName
{
color: #19150B;
}
.AnyTagClassName
{
color: #19150B;
}
</style>
background-color css
<style>
a { background-color: #19150B; }
a { background-color: rgb(25,21,11); }
div.DivClassName
{
background-color: #19150B;
}
.BgClassName
{
background-color: #19150B;
}
</style>
border-color css
<style>
span { border-color: #19150B; }
span { border-color: rgb(25,21,11); }
td.TdClassName
{
border-color: #19150B;
}
.TagClassName
{
border-color: #19150B;
}
</style>