Shades of Maire #1D1300
Tints of Maire #1D1300
RGB
CMYK
RGB Variations
Color information
#1D1300 (or 0x1D1300) is known color: Maire. HEX triplet: 1D, 13 and 00. RGB value is (29,19,0). Sum of RGB (Red+Green+Blue) = 29+19+0=48 (6% of max value = 765). Red value is 29 (11.72% from 255 or 60.42% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 0 (0.39% from 255 or 0% from 48); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1300 is #E2ECFF. Grayscale: #131313. Windows color (decimal): -14871808 or 4893. OLE color: 4893.
HSL color Cylindrical-coordinate representation of color #1D1300: hue angle of 39.31º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1D1300 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 19 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.89 |
| HSL | 39.31º | 1% | 0.06% | - |
| HSV(B) | 39.31º | 1% | 0.11% | - |
| XYZ | 0.74 | 0.73 | 0.1 | - |
| YUV | 19.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 0 | 0 | 0.34 | 1 | 0.89 | 39.31 | 1 | 0.06 |
| Hex | 1D | 13 | 0 | 0 | 22 | 64 | 59 | 27 | 64 | 6 |
| Octal | 35 | 23 | 0 | 0 | 42 | 144 | 131 | 47 | 144 | 6 |
| Binary | 11101 | 10011 | 0 | 0 | 100010 | 1100100 | 1011001 | 100111 | 1100100 | 110 |
Color Harmonies of #1D1300
Complementary color
Monochromatic Colors of #1D1300
Black with #1D1300
Text Example
Text Example
White with #1D1300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1300; }
p { color: rgb(29,19,0); }
H1.HeaderClassName
{
color: #1D1300;
}
.AnyTagClassName
{
color: #1D1300;
}
</style>
background-color css
<style>
a { background-color: #1D1300; }
a { background-color: rgb(29,19,0); }
div.DivClassName
{
background-color: #1D1300;
}
.BgClassName
{
background-color: #1D1300;
}
</style>
border-color css
<style>
span { border-color: #1D1300; }
span { border-color: rgb(29,19,0); }
td.TdClassName
{
border-color: #1D1300;
}
.TagClassName
{
border-color: #1D1300;
}
</style>