Shades of Maire #1C1B0F
Tints of Maire #1C1B0F
RGB
CMYK
RGB Variations
Color information
#1C1B0F (or 0x1C1B0F) is known color: Maire. HEX triplet: 1C, 1B and 0F. RGB value is (28,27,15). Sum of RGB (Red+Green+Blue) = 28+27+15=70 (9% of max value = 765). Red value is 28 (11.33% from 255 or 40% from 70); Green value is 27 (10.94% from 255 or 38.57% from 70); Blue value is 15 (6.25% from 255 or 21.43% from 70); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1B0F is #E3E4F0. Grayscale: #191919. Windows color (decimal): -14935281 or 989980. OLE color: 989980.
HSL color Cylindrical-coordinate representation of color #1C1B0F: hue angle of 55.38º degrees, saturation: 0.3, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C1B0F is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 27 | 15 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.89 |
| HSL | 55.38º | 0.3% | 0.08% | - |
| HSV(B) | 55.38º | 0.46% | 0.11% | - |
| XYZ | 0.96 | 1.07 | 0.61 | - |
| YUV | 25.93 | 121.83 | 129.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 15 | 0 | 0.04 | 0.46 | 0.89 | 55.38 | 0.3 | 0.08 |
| Hex | 1C | 1B | F | 0 | 4 | 2E | 59 | 37 | 1E | 8 |
| Octal | 34 | 33 | 17 | 0 | 4 | 56 | 131 | 67 | 36 | 10 |
| Binary | 11100 | 11011 | 1111 | 0 | 100 | 101110 | 1011001 | 110111 | 11110 | 1000 |
Color Harmonies of #1C1B0F
Complementary color
Monochromatic Colors of #1C1B0F
Black with #1C1B0F
Text Example
Text Example
White with #1C1B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B0F; }
p { color: rgb(28,27,15); }
H1.HeaderClassName
{
color: #1C1B0F;
}
.AnyTagClassName
{
color: #1C1B0F;
}
</style>
background-color css
<style>
a { background-color: #1C1B0F; }
a { background-color: rgb(28,27,15); }
div.DivClassName
{
background-color: #1C1B0F;
}
.BgClassName
{
background-color: #1C1B0F;
}
</style>
border-color css
<style>
span { border-color: #1C1B0F; }
span { border-color: rgb(28,27,15); }
td.TdClassName
{
border-color: #1C1B0F;
}
.TagClassName
{
border-color: #1C1B0F;
}
</style>