Shades of Maire #1F1C0F
Tints of Maire #1F1C0F
RGB
CMYK
RGB Variations
Color information
#1F1C0F (or 0x1F1C0F) is known color: Maire. HEX triplet: 1F, 1C and 0F. RGB value is (31,28,15). Sum of RGB (Red+Green+Blue) = 31+28+15=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 15 (6.25% from 255 or 20.27% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F1C0F is #E0E3F0. Grayscale: #1B1B1B. Windows color (decimal): -14738417 or 990239. OLE color: 990239.
HSL color Cylindrical-coordinate representation of color #1F1C0F: hue angle of 48.75º degrees, saturation: 0.35, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F1C0F is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 28 | 15 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.88 |
| HSL | 48.75º | 0.35% | 0.09% | - |
| HSV(B) | 48.75º | 0.52% | 0.12% | - |
| XYZ | 1.07 | 1.16 | 0.62 | - |
| YUV | 27.42 | 120.99 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 28 | 15 | 0 | 0.10 | 0.52 | 0.88 | 48.75 | 0.35 | 0.09 |
| Hex | 1F | 1C | F | 0 | A | 34 | 58 | 31 | 23 | 9 |
| Octal | 37 | 34 | 17 | 0 | 12 | 64 | 130 | 61 | 43 | 11 |
| Binary | 11111 | 11100 | 1111 | 0 | 1010 | 110100 | 1011000 | 110001 | 100011 | 1001 |
Color Harmonies of #1F1C0F
Complementary color
Monochromatic Colors of #1F1C0F
Black with #1F1C0F
Text Example
Text Example
White with #1F1C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1C0F; }
p { color: rgb(31,28,15); }
H1.HeaderClassName
{
color: #1F1C0F;
}
.AnyTagClassName
{
color: #1F1C0F;
}
</style>
background-color css
<style>
a { background-color: #1F1C0F; }
a { background-color: rgb(31,28,15); }
div.DivClassName
{
background-color: #1F1C0F;
}
.BgClassName
{
background-color: #1F1C0F;
}
</style>
border-color css
<style>
span { border-color: #1F1C0F; }
span { border-color: rgb(31,28,15); }
td.TdClassName
{
border-color: #1F1C0F;
}
.TagClassName
{
border-color: #1F1C0F;
}
</style>