Shades of Maire #1F1808
Tints of Maire #1F1808
RGB
CMYK
RGB Variations
Color information
#1F1808 (or 0x1F1808) is known color: Maire. HEX triplet: 1F, 18 and 08. RGB value is (31,24,8). Sum of RGB (Red+Green+Blue) = 31+24+8=63 (8% of max value = 765). Red value is 31 (12.5% from 255 or 49.21% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 8 (3.52% from 255 or 12.70% from 63); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1808 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1808 is #E0E7F7. Grayscale: #181818. Windows color (decimal): -14739448 or 530463. OLE color: 530463.
HSL color Cylindrical-coordinate representation of color #1F1808: hue angle of 41.74º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F1808 is Cyan = 0, Magento = 0.23, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 24 | 8 | - |
| CMYK | 0 | 0.23 | 0.74 | 0.88 |
| HSL | 41.74º | 0.59% | 0.08% | - |
| HSV(B) | 41.74º | 0.74% | 0.12% | - |
| XYZ | 0.94 | 0.96 | 0.37 | - |
| YUV | 24.27 | 118.82 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 8 | 0 | 0.23 | 0.74 | 0.88 | 41.74 | 0.59 | 0.08 |
| Hex | 1F | 18 | 8 | 0 | 17 | 4A | 58 | 2A | 3B | 8 |
| Octal | 37 | 30 | 10 | 0 | 27 | 112 | 130 | 52 | 73 | 10 |
| Binary | 11111 | 11000 | 1000 | 0 | 10111 | 1001010 | 1011000 | 101010 | 111011 | 1000 |
Color Harmonies of #1F1808
Complementary color
Monochromatic Colors of #1F1808
Black with #1F1808
Text Example
Text Example
White with #1F1808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1808; }
p { color: rgb(31,24,8); }
H1.HeaderClassName
{
color: #1F1808;
}
.AnyTagClassName
{
color: #1F1808;
}
</style>
background-color css
<style>
a { background-color: #1F1808; }
a { background-color: rgb(31,24,8); }
div.DivClassName
{
background-color: #1F1808;
}
.BgClassName
{
background-color: #1F1808;
}
</style>
border-color css
<style>
span { border-color: #1F1808; }
span { border-color: rgb(31,24,8); }
td.TdClassName
{
border-color: #1F1808;
}
.TagClassName
{
border-color: #1F1808;
}
</style>