Shades of Maire #1D190B
Tints of Maire #1D190B
RGB
CMYK
RGB Variations
Color information
#1D190B (or 0x1D190B) is known color: Maire. HEX triplet: 1D, 19 and 0B. RGB value is (29,25,11). Sum of RGB (Red+Green+Blue) = 29+25+11=65 (8% of max value = 765). Red value is 29 (11.72% from 255 or 44.62% from 65); Green value is 25 (10.16% from 255 or 38.46% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 29 - color contains mainly: red. Hex color #1D190B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D190B is #E2E6F4. Grayscale: #181818. Windows color (decimal): -14870261 or 727325. OLE color: 727325.
HSL color Cylindrical-coordinate representation of color #1D190B: hue angle of 46.67º degrees, saturation: 0.45, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #1D190B is Cyan = 0, Magento = 0.14, Yellow = 0.62 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 25 | 11 | - |
| CMYK | 0 | 0.14 | 0.62 | 0.89 |
| HSL | 46.67º | 0.45% | 0.08% | - |
| HSV(B) | 46.67º | 0.62% | 0.11% | - |
| XYZ | 0.91 | 0.98 | 0.46 | - |
| YUV | 24.6 | 120.33 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 25 | 11 | 0 | 0.14 | 0.62 | 0.89 | 46.67 | 0.45 | 0.08 |
| Hex | 1D | 19 | B | 0 | E | 3E | 59 | 2F | 2D | 8 |
| Octal | 35 | 31 | 13 | 0 | 16 | 76 | 131 | 57 | 55 | 10 |
| Binary | 11101 | 11001 | 1011 | 0 | 1110 | 111110 | 1011001 | 101111 | 101101 | 1000 |
Color Harmonies of #1D190B
Complementary color
Monochromatic Colors of #1D190B
Black with #1D190B
Text Example
Text Example
White with #1D190B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D190B; }
p { color: rgb(29,25,11); }
H1.HeaderClassName
{
color: #1D190B;
}
.AnyTagClassName
{
color: #1D190B;
}
</style>
background-color css
<style>
a { background-color: #1D190B; }
a { background-color: rgb(29,25,11); }
div.DivClassName
{
background-color: #1D190B;
}
.BgClassName
{
background-color: #1D190B;
}
</style>
border-color css
<style>
span { border-color: #1D190B; }
span { border-color: rgb(29,25,11); }
td.TdClassName
{
border-color: #1D190B;
}
.TagClassName
{
border-color: #1D190B;
}
</style>