Shades of Maire #171304
Tints of Maire #171304
RGB
CMYK
RGB Variations
Color information
#171304 (or 0x171304) is known color: Maire. HEX triplet: 17, 13 and 04. RGB value is (23,19,4). Sum of RGB (Red+Green+Blue) = 23+19+4=46 (6% of max value = 765). Red value is 23 (9.38% from 255 or 50% from 46); Green value is 19 (7.81% from 255 or 41.30% from 46); Blue value is 4 (1.95% from 255 or 8.70% from 46); Max value from RGB is 23 - color contains mainly: red. Hex color #171304 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #171304 is #E8ECFB. Grayscale: #121212. Windows color (decimal): -15265020 or 267031. OLE color: 267031.
HSL color Cylindrical-coordinate representation of color #171304: hue angle of 47.37º degrees, saturation: 0.7, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #171304 is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 19 | 4 | - |
| CMYK | 0 | 0.17 | 0.83 | 0.91 |
| HSL | 47.37º | 0.7% | 0.05% | - |
| HSV(B) | 47.37º | 0.83% | 0.09% | - |
| XYZ | 0.61 | 0.66 | 0.21 | - |
| YUV | 18.49 | 119.83 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 19 | 4 | 0 | 0.17 | 0.83 | 0.91 | 47.37 | 0.7 | 0.05 |
| Hex | 17 | 13 | 4 | 0 | 11 | 53 | 5B | 2F | 46 | 5 |
| Octal | 27 | 23 | 4 | 0 | 21 | 123 | 133 | 57 | 106 | 5 |
| Binary | 10111 | 10011 | 100 | 0 | 10001 | 1010011 | 1011011 | 101111 | 1000110 | 101 |
Color Harmonies of #171304
Complementary color
Monochromatic Colors of #171304
Black with #171304
Text Example
Text Example
White with #171304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #171304; }
p { color: rgb(23,19,4); }
H1.HeaderClassName
{
color: #171304;
}
.AnyTagClassName
{
color: #171304;
}
</style>
background-color css
<style>
a { background-color: #171304; }
a { background-color: rgb(23,19,4); }
div.DivClassName
{
background-color: #171304;
}
.BgClassName
{
background-color: #171304;
}
</style>
border-color css
<style>
span { border-color: #171304; }
span { border-color: rgb(23,19,4); }
td.TdClassName
{
border-color: #171304;
}
.TagClassName
{
border-color: #171304;
}
</style>