Shades of Maire #201700
Tints of Maire #201700
RGB
CMYK
RGB Variations
Color information
#201700 (or 0x201700) is known color: Maire. HEX triplet: 20, 17 and 00. RGB value is (32,23,0). Sum of RGB (Red+Green+Blue) = 32+23+0=55 (7% of max value = 765). Red value is 32 (12.89% from 255 or 58.18% from 55); Green value is 23 (9.38% from 255 or 41.82% from 55); Blue value is 0 (0.39% from 255 or 0% from 55); Max value from RGB is 32 - color contains mainly: red. Hex color #201700 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201700 is #DFE8FF. Grayscale: #171717. Windows color (decimal): -14674176 or 5920. OLE color: 5920.
HSL color Cylindrical-coordinate representation of color #201700: hue angle of 43.12º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #201700 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 32 | 23 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.87 |
| HSL | 43.13º | 1% | 0.06% | - |
| HSV(B) | 43.13º | 1% | 0.13% | - |
| XYZ | 0.9 | 0.92 | 0.13 | - |
| YUV | 23.07 | 114.98 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 23 | 0 | 0 | 0.28 | 1 | 0.87 | 43.13 | 1 | 0.06 |
| Hex | 20 | 17 | 0 | 0 | 1C | 64 | 57 | 2B | 64 | 6 |
| Octal | 40 | 27 | 0 | 0 | 34 | 144 | 127 | 53 | 144 | 6 |
| Binary | 100000 | 10111 | 0 | 0 | 11100 | 1100100 | 1010111 | 101011 | 1100100 | 110 |
Color Harmonies of #201700
Complementary color
Monochromatic Colors of #201700
Black with #201700
Text Example
Text Example
White with #201700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201700; }
p { color: rgb(32,23,0); }
H1.HeaderClassName
{
color: #201700;
}
.AnyTagClassName
{
color: #201700;
}
</style>
background-color css
<style>
a { background-color: #201700; }
a { background-color: rgb(32,23,0); }
div.DivClassName
{
background-color: #201700;
}
.BgClassName
{
background-color: #201700;
}
</style>
border-color css
<style>
span { border-color: #201700; }
span { border-color: rgb(32,23,0); }
td.TdClassName
{
border-color: #201700;
}
.TagClassName
{
border-color: #201700;
}
</style>