Shades of Maire #1B180A
Tints of Maire #1B180A
RGB
CMYK
RGB Variations
Color information
#1B180A (or 0x1B180A) is known color: Maire. HEX triplet: 1B, 18 and 0A. RGB value is (27,24,10). Sum of RGB (Red+Green+Blue) = 27+24+10=61 (8% of max value = 765). Red value is 27 (10.94% from 255 or 44.26% from 61); Green value is 24 (9.77% from 255 or 39.34% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 27 - color contains mainly: red. Hex color #1B180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1B180A is #E4E7F5. Grayscale: #171717. Windows color (decimal): -15001590 or 661531. OLE color: 661531.
HSL color Cylindrical-coordinate representation of color #1B180A: hue angle of 49.41º degrees, saturation: 0.46, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1B180A is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 27 | 24 | 10 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.89 |
| HSL | 49.41º | 0.46% | 0.07% | - |
| HSV(B) | 49.41º | 0.63% | 0.11% | - |
| XYZ | 0.83 | 0.91 | 0.42 | - |
| YUV | 23.3 | 120.49 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 24 | 10 | 0 | 0.11 | 0.63 | 0.89 | 49.41 | 0.46 | 0.07 |
| Hex | 1B | 18 | A | 0 | B | 3F | 59 | 31 | 2E | 7 |
| Octal | 33 | 30 | 12 | 0 | 13 | 77 | 131 | 61 | 56 | 7 |
| Binary | 11011 | 11000 | 1010 | 0 | 1011 | 111111 | 1011001 | 110001 | 101110 | 111 |
Color Harmonies of #1B180A
Complementary color
Monochromatic Colors of #1B180A
Black with #1B180A
Text Example
Text Example
White with #1B180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B180A; }
p { color: rgb(27,24,10); }
H1.HeaderClassName
{
color: #1B180A;
}
.AnyTagClassName
{
color: #1B180A;
}
</style>
background-color css
<style>
a { background-color: #1B180A; }
a { background-color: rgb(27,24,10); }
div.DivClassName
{
background-color: #1B180A;
}
.BgClassName
{
background-color: #1B180A;
}
</style>
border-color css
<style>
span { border-color: #1B180A; }
span { border-color: rgb(27,24,10); }
td.TdClassName
{
border-color: #1B180A;
}
.TagClassName
{
border-color: #1B180A;
}
</style>