Shades of Maire #1F1500
Tints of Maire #1F1500
RGB
CMYK
RGB Variations
Color information
#1F1500 (or 0x1F1500) is known color: Maire. HEX triplet: 1F, 15 and 00. RGB value is (31,21,0). Sum of RGB (Red+Green+Blue) = 31+21+0=52 (6% of max value = 765). Red value is 31 (12.5% from 255 or 59.62% from 52); Green value is 21 (8.59% from 255 or 40.38% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1500 is #E0EAFF. Grayscale: #151515. Windows color (decimal): -14740224 or 5407. OLE color: 5407.
HSL color Cylindrical-coordinate representation of color #1F1500: hue angle of 40.65º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1F1500 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 21 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.88 |
| HSL | 40.65º | 1% | 0.06% | - |
| HSV(B) | 40.65º | 1% | 0.12% | - |
| XYZ | 0.83 | 0.83 | 0.12 | - |
| YUV | 21.6 | 115.81 | 134.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 0 | 0 | 0.32 | 1 | 0.88 | 40.65 | 1 | 0.06 |
| Hex | 1F | 15 | 0 | 0 | 20 | 64 | 58 | 29 | 64 | 6 |
| Octal | 37 | 25 | 0 | 0 | 40 | 144 | 130 | 51 | 144 | 6 |
| Binary | 11111 | 10101 | 0 | 0 | 100000 | 1100100 | 1011000 | 101001 | 1100100 | 110 |
Color Harmonies of #1F1500
Complementary color
Monochromatic Colors of #1F1500
Black with #1F1500
Text Example
Text Example
White with #1F1500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1500; }
p { color: rgb(31,21,0); }
H1.HeaderClassName
{
color: #1F1500;
}
.AnyTagClassName
{
color: #1F1500;
}
</style>
background-color css
<style>
a { background-color: #1F1500; }
a { background-color: rgb(31,21,0); }
div.DivClassName
{
background-color: #1F1500;
}
.BgClassName
{
background-color: #1F1500;
}
</style>
border-color css
<style>
span { border-color: #1F1500; }
span { border-color: rgb(31,21,0); }
td.TdClassName
{
border-color: #1F1500;
}
.TagClassName
{
border-color: #1F1500;
}
</style>