Shades of Maire #13120B
Tints of Maire #13120B
RGB
CMYK
RGB Variations
Color information
#13120B (or 0x13120B) is known color: Maire. HEX triplet: 13, 12 and 0B. RGB value is (19,18,11). Sum of RGB (Red+Green+Blue) = 19+18+11=48 (6% of max value = 765). Red value is 19 (7.81% from 255 or 39.58% from 48); Green value is 18 (7.42% from 255 or 37.5% from 48); Blue value is 11 (4.69% from 255 or 22.92% from 48); Max value from RGB is 19 - color contains mainly: red. Hex color #13120B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #13120B is #ECEDF4. Grayscale: #111111. Windows color (decimal): -15527413 or 725523. OLE color: 725523.
HSL color Cylindrical-coordinate representation of color #13120B: hue angle of 52.5º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #13120B is Cyan = 0, Magento = 0.05, Yellow = 0.42 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 19 | 18 | 11 | - |
| CMYK | 0 | 0.05 | 0.42 | 0.93 |
| HSL | 52.5º | 0.27% | 0.06% | - |
| HSV(B) | 52.5º | 0.42% | 0.07% | - |
| XYZ | 0.55 | 0.6 | 0.4 | - |
| YUV | 17.5 | 124.33 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 18 | 11 | 0 | 0.05 | 0.42 | 0.93 | 52.5 | 0.27 | 0.06 |
| Hex | 13 | 12 | B | 0 | 5 | 2A | 5D | 34 | 1B | 6 |
| Octal | 23 | 22 | 13 | 0 | 5 | 52 | 135 | 64 | 33 | 6 |
| Binary | 10011 | 10010 | 1011 | 0 | 101 | 101010 | 1011101 | 110100 | 11011 | 110 |
Color Harmonies of #13120B
Complementary color
Monochromatic Colors of #13120B
Black with #13120B
Text Example
Text Example
White with #13120B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13120B; }
p { color: rgb(19,18,11); }
H1.HeaderClassName
{
color: #13120B;
}
.AnyTagClassName
{
color: #13120B;
}
</style>
background-color css
<style>
a { background-color: #13120B; }
a { background-color: rgb(19,18,11); }
div.DivClassName
{
background-color: #13120B;
}
.BgClassName
{
background-color: #13120B;
}
</style>
border-color css
<style>
span { border-color: #13120B; }
span { border-color: rgb(19,18,11); }
td.TdClassName
{
border-color: #13120B;
}
.TagClassName
{
border-color: #13120B;
}
</style>