Shades of Maire #1C1B0C
Tints of Maire #1C1B0C
RGB
CMYK
RGB Variations
Color information
#1C1B0C (or 0x1C1B0C) is known color: Maire. HEX triplet: 1C, 1B and 0C. RGB value is (28,27,12). Sum of RGB (Red+Green+Blue) = 28+27+12=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 27 (10.94% from 255 or 40.30% from 67); Blue value is 12 (5.08% from 255 or 17.91% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C1B0C is #E3E4F3. Grayscale: #191919. Windows color (decimal): -14935284 or 793372. OLE color: 793372.
HSL color Cylindrical-coordinate representation of color #1C1B0C: hue angle of 56.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C1B0C is Cyan = 0, Magento = 0.04, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 27 | 12 | - |
| CMYK | 0 | 0.04 | 0.57 | 0.89 |
| HSL | 56.25º | 0.4% | 0.08% | - |
| HSV(B) | 56.25º | 0.57% | 0.11% | - |
| XYZ | 0.94 | 1.06 | 0.5 | - |
| YUV | 25.59 | 120.33 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 27 | 12 | 0 | 0.04 | 0.57 | 0.89 | 56.25 | 0.4 | 0.08 |
| Hex | 1C | 1B | C | 0 | 4 | 39 | 59 | 38 | 28 | 8 |
| Octal | 34 | 33 | 14 | 0 | 4 | 71 | 131 | 70 | 50 | 10 |
| Binary | 11100 | 11011 | 1100 | 0 | 100 | 111001 | 1011001 | 111000 | 101000 | 1000 |
Color Harmonies of #1C1B0C
Complementary color
Monochromatic Colors of #1C1B0C
Black with #1C1B0C
Text Example
Text Example
White with #1C1B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1B0C; }
p { color: rgb(28,27,12); }
H1.HeaderClassName
{
color: #1C1B0C;
}
.AnyTagClassName
{
color: #1C1B0C;
}
</style>
background-color css
<style>
a { background-color: #1C1B0C; }
a { background-color: rgb(28,27,12); }
div.DivClassName
{
background-color: #1C1B0C;
}
.BgClassName
{
background-color: #1C1B0C;
}
</style>
border-color css
<style>
span { border-color: #1C1B0C; }
span { border-color: rgb(28,27,12); }
td.TdClassName
{
border-color: #1C1B0C;
}
.TagClassName
{
border-color: #1C1B0C;
}
</style>