Shades of Maire #1B180D
Tints of Maire #1B180D
RGB
CMYK
RGB Variations
Color information
#1B180D (or 0x1B180D) is known color: Maire. HEX triplet: 1B, 18 and 0D. RGB value is (27,24,13). Sum of RGB (Red+Green+Blue) = 27+24+13=64 (8% of max value = 765). Red value is 27 (10.94% from 255 or 42.19% from 64); Green value is 24 (9.77% from 255 or 37.5% from 64); Blue value is 13 (5.47% from 255 or 20.31% from 64); Max value from RGB is 27 - color contains mainly: red. Hex color #1B180D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B180D is #E4E7F2. Grayscale: #171717. Windows color (decimal): -15001587 or 858139. OLE color: 858139.
HSL color Cylindrical-coordinate representation of color #1B180D: hue angle of 47.14º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1B180D is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 24 | 13 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.89 |
| HSL | 47.14º | 0.35% | 0.08% | - |
| HSV(B) | 47.14º | 0.52% | 0.11% | - |
| XYZ | 0.85 | 0.92 | 0.51 | - |
| YUV | 23.64 | 121.99 | 130.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 13 | 0 | 0.11 | 0.52 | 0.89 | 47.14 | 0.35 | 0.08 |
| Hex | 1B | 18 | D | 0 | B | 34 | 59 | 2F | 23 | 8 |
| Octal | 33 | 30 | 15 | 0 | 13 | 64 | 131 | 57 | 43 | 10 |
| Binary | 11011 | 11000 | 1101 | 0 | 1011 | 110100 | 1011001 | 101111 | 100011 | 1000 |
Color Harmonies of #1B180D
Complementary color
Monochromatic Colors of #1B180D
Black with #1B180D
Text Example
Text Example
White with #1B180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B180D; }
p { color: rgb(27,24,13); }
H1.HeaderClassName
{
color: #1B180D;
}
.AnyTagClassName
{
color: #1B180D;
}
</style>
background-color css
<style>
a { background-color: #1B180D; }
a { background-color: rgb(27,24,13); }
div.DivClassName
{
background-color: #1B180D;
}
.BgClassName
{
background-color: #1B180D;
}
</style>
border-color css
<style>
span { border-color: #1B180D; }
span { border-color: rgb(27,24,13); }
td.TdClassName
{
border-color: #1B180D;
}
.TagClassName
{
border-color: #1B180D;
}
</style>