Shades of Maire #201703
Tints of Maire #201703
RGB
CMYK
RGB Variations
Color information
#201703 (or 0x201703) is known color: Maire. HEX triplet: 20, 17 and 03. RGB value is (32,23,3). Sum of RGB (Red+Green+Blue) = 32+23+3=58 (7% of max value = 765). Red value is 32 (12.89% from 255 or 55.17% from 58); Green value is 23 (9.38% from 255 or 39.66% from 58); Blue value is 3 (1.56% from 255 or 5.17% from 58); Max value from RGB is 32 - color contains mainly: red. Hex color #201703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #201703 is #DFE8FC. Grayscale: #171717. Windows color (decimal): -14674173 or 202528. OLE color: 202528.
HSL color Cylindrical-coordinate representation of color #201703: hue angle of 41.38º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #201703 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
RGB | 32 | 23 | 3 | - |
CMYK | 0 | 0.28 | 0.91 | 0.87 |
HSL | 41.38º | 0.83% | 0.07% | - |
HSV(B) | 41.38º | 0.91% | 0.13% | - |
XYZ | 0.92 | 0.93 | 0.22 | - |
YUV | 23.41 | 116.48 | 134.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 32 | 23 | 3 | 0 | 0.28 | 0.91 | 0.87 | 41.38 | 0.83 | 0.07 |
Hex | 20 | 17 | 3 | 0 | 1C | 5B | 57 | 29 | 53 | 7 |
Octal | 40 | 27 | 3 | 0 | 34 | 133 | 127 | 51 | 123 | 7 |
Binary | 100000 | 10111 | 11 | 0 | 11100 | 1011011 | 1010111 | 101001 | 1010011 | 111 |
Color Harmonies of #201703
Complementary color
Monochromatic Colors of #201703
Black with #201703
Text Example
Text Example
White with #201703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #201703; }
p { color: rgb(32,23,3); }
H1.HeaderClassName
{
color: #201703;
}
.AnyTagClassName
{
color: #201703;
}
</style>
background-color css
<style>
a { background-color: #201703; }
a { background-color: rgb(32,23,3); }
div.DivClassName
{
background-color: #201703;
}
.BgClassName
{
background-color: #201703;
}
</style>
border-color css
<style>
span { border-color: #201703; }
span { border-color: rgb(32,23,3); }
td.TdClassName
{
border-color: #201703;
}
.TagClassName
{
border-color: #201703;
}
</style>