Shades of Maire #1E1504
Tints of Maire #1E1504
RGB
CMYK
RGB Variations
Color information
#1E1504 (or 0x1E1504) is known color: Maire. HEX triplet: 1E, 15 and 04. RGB value is (30,21,4). Sum of RGB (Red+Green+Blue) = 30+21+4=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1504 is #E1EAFB. Grayscale: #151515. Windows color (decimal): -14805756 or 267550. OLE color: 267550.
HSL color Cylindrical-coordinate representation of color #1E1504: hue angle of 39.23º degrees, saturation: 0.76, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1E1504 is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 4 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.88 |
| HSL | 39.23º | 0.76% | 0.07% | - |
| HSV(B) | 39.23º | 0.87% | 0.12% | - |
| XYZ | 0.83 | 0.82 | 0.23 | - |
| YUV | 21.75 | 117.98 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 4 | 0 | 0.30 | 0.87 | 0.88 | 39.23 | 0.76 | 0.07 |
| Hex | 1E | 15 | 4 | 0 | 1E | 57 | 58 | 27 | 4C | 7 |
| Octal | 36 | 25 | 4 | 0 | 36 | 127 | 130 | 47 | 114 | 7 |
| Binary | 11110 | 10101 | 100 | 0 | 11110 | 1010111 | 1011000 | 100111 | 1001100 | 111 |
Color Harmonies of #1E1504
Complementary color
Monochromatic Colors of #1E1504
Black with #1E1504
Text Example
Text Example
White with #1E1504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1504; }
p { color: rgb(30,21,4); }
H1.HeaderClassName
{
color: #1E1504;
}
.AnyTagClassName
{
color: #1E1504;
}
</style>
background-color css
<style>
a { background-color: #1E1504; }
a { background-color: rgb(30,21,4); }
div.DivClassName
{
background-color: #1E1504;
}
.BgClassName
{
background-color: #1E1504;
}
</style>
border-color css
<style>
span { border-color: #1E1504; }
span { border-color: rgb(30,21,4); }
td.TdClassName
{
border-color: #1E1504;
}
.TagClassName
{
border-color: #1E1504;
}
</style>