Shades of Maire #1F1708
Tints of Maire #1F1708
RGB
CMYK
RGB Variations
Color information
#1F1708 (or 0x1F1708) is known color: Maire. HEX triplet: 1F, 17 and 08. RGB value is (31,23,8). Sum of RGB (Red+Green+Blue) = 31+23+8=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 8 (3.52% from 255 or 12.90% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1708 is #E0E8F7. Grayscale: #171717. Windows color (decimal): -14739704 or 530207. OLE color: 530207.
HSL color Cylindrical-coordinate representation of color #1F1708: hue angle of 39.13º 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 #1F1708 is Cyan = 0, Magento = 0.26, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 23 | 8 | - |
| CMYK | 0 | 0.26 | 0.74 | 0.88 |
| HSL | 39.13º | 0.59% | 0.08% | - |
| HSV(B) | 39.13º | 0.74% | 0.12% | - |
| XYZ | 0.92 | 0.92 | 0.36 | - |
| YUV | 23.68 | 119.15 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 23 | 8 | 0 | 0.26 | 0.74 | 0.88 | 39.13 | 0.59 | 0.08 |
| Hex | 1F | 17 | 8 | 0 | 1A | 4A | 58 | 27 | 3B | 8 |
| Octal | 37 | 27 | 10 | 0 | 32 | 112 | 130 | 47 | 73 | 10 |
| Binary | 11111 | 10111 | 1000 | 0 | 11010 | 1001010 | 1011000 | 100111 | 111011 | 1000 |
Color Harmonies of #1F1708
Complementary color
Monochromatic Colors of #1F1708
Black with #1F1708
Text Example
Text Example
White with #1F1708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1708; }
p { color: rgb(31,23,8); }
H1.HeaderClassName
{
color: #1F1708;
}
.AnyTagClassName
{
color: #1F1708;
}
</style>
background-color css
<style>
a { background-color: #1F1708; }
a { background-color: rgb(31,23,8); }
div.DivClassName
{
background-color: #1F1708;
}
.BgClassName
{
background-color: #1F1708;
}
</style>
border-color css
<style>
span { border-color: #1F1708; }
span { border-color: rgb(31,23,8); }
td.TdClassName
{
border-color: #1F1708;
}
.TagClassName
{
border-color: #1F1708;
}
</style>