Shades of Maire #1F1605
Tints of Maire #1F1605
RGB
CMYK
RGB Variations
Color information
#1F1605 (or 0x1F1605) is known color: Maire. HEX triplet: 1F, 16 and 05. RGB value is (31,22,5). Sum of RGB (Red+Green+Blue) = 31+22+5=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 22 (8.98% from 255 or 37.93% from 58); Blue value is 5 (2.34% from 255 or 8.62% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1605 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1605 is #E0E9FA. Grayscale: #161616. Windows color (decimal): -14739963 or 333343. OLE color: 333343.
HSL color Cylindrical-coordinate representation of color #1F1605: hue angle of 39.23º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F1605 is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 22 | 5 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.88 |
| HSL | 39.23º | 0.72% | 0.07% | - |
| HSV(B) | 39.23º | 0.84% | 0.12% | - |
| XYZ | 0.88 | 0.88 | 0.27 | - |
| YUV | 22.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 5 | 0 | 0.29 | 0.84 | 0.88 | 39.23 | 0.72 | 0.07 |
| Hex | 1F | 16 | 5 | 0 | 1D | 54 | 58 | 27 | 48 | 7 |
| Octal | 37 | 26 | 5 | 0 | 35 | 124 | 130 | 47 | 110 | 7 |
| Binary | 11111 | 10110 | 101 | 0 | 11101 | 1010100 | 1011000 | 100111 | 1001000 | 111 |
Color Harmonies of #1F1605
Complementary color
Monochromatic Colors of #1F1605
Black with #1F1605
Text Example
Text Example
White with #1F1605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1605; }
p { color: rgb(31,22,5); }
H1.HeaderClassName
{
color: #1F1605;
}
.AnyTagClassName
{
color: #1F1605;
}
</style>
background-color css
<style>
a { background-color: #1F1605; }
a { background-color: rgb(31,22,5); }
div.DivClassName
{
background-color: #1F1605;
}
.BgClassName
{
background-color: #1F1605;
}
</style>
border-color css
<style>
span { border-color: #1F1605; }
span { border-color: rgb(31,22,5); }
td.TdClassName
{
border-color: #1F1605;
}
.TagClassName
{
border-color: #1F1605;
}
</style>