Shades of Maire #1C180B
Tints of Maire #1C180B
RGB
CMYK
RGB Variations
Color information
#1C180B (or 0x1C180B) is known color: Maire. HEX triplet: 1C, 18 and 0B. RGB value is (28,24,11). Sum of RGB (Red+Green+Blue) = 28+24+11=63 (8% of max value = 765). Red value is 28 (11.33% from 255 or 44.44% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 11 (4.69% from 255 or 17.46% from 63); Max value from RGB is 28 - color contains mainly: red. Hex color #1C180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C180B is #E3E7F4. Grayscale: #171717. Windows color (decimal): -14936053 or 727068. OLE color: 727068.
HSL color Cylindrical-coordinate representation of color #1C180B: hue angle of 45.88º degrees, saturation: 0.44, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1C180B is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 24 | 11 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.89 |
| HSL | 45.88º | 0.44% | 0.08% | - |
| HSV(B) | 45.88º | 0.61% | 0.11% | - |
| XYZ | 0.87 | 0.92 | 0.45 | - |
| YUV | 23.71 | 120.83 | 131.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 24 | 11 | 0 | 0.14 | 0.61 | 0.89 | 45.88 | 0.44 | 0.08 |
| Hex | 1C | 18 | B | 0 | E | 3D | 59 | 2E | 2C | 8 |
| Octal | 34 | 30 | 13 | 0 | 16 | 75 | 131 | 56 | 54 | 10 |
| Binary | 11100 | 11000 | 1011 | 0 | 1110 | 111101 | 1011001 | 101110 | 101100 | 1000 |
Color Harmonies of #1C180B
Complementary color
Monochromatic Colors of #1C180B
Black with #1C180B
Text Example
Text Example
White with #1C180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C180B; }
p { color: rgb(28,24,11); }
H1.HeaderClassName
{
color: #1C180B;
}
.AnyTagClassName
{
color: #1C180B;
}
</style>
background-color css
<style>
a { background-color: #1C180B; }
a { background-color: rgb(28,24,11); }
div.DivClassName
{
background-color: #1C180B;
}
.BgClassName
{
background-color: #1C180B;
}
</style>
border-color css
<style>
span { border-color: #1C180B; }
span { border-color: rgb(28,24,11); }
td.TdClassName
{
border-color: #1C180B;
}
.TagClassName
{
border-color: #1C180B;
}
</style>