Shades of Maire #170F01
Tints of Maire #170F01
RGB
CMYK
RGB Variations
Color information
#170F01 (or 0x170F01) is known color: Maire. HEX triplet: 17, 0F and 01. RGB value is (23,15,1). Sum of RGB (Red+Green+Blue) = 23+15+1=39 (5% of max value = 765). Red value is 23 (9.38% from 255 or 58.97% from 39); Green value is 15 (6.25% from 255 or 38.46% from 39); Blue value is 1 (0.78% from 255 or 2.56% from 39); Max value from RGB is 23 - color contains mainly: red. Hex color #170F01 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #170F01 is #E8F0FE. Grayscale: #0F0F0F. Windows color (decimal): -15266047 or 69399. OLE color: 69399.
HSL color Cylindrical-coordinate representation of color #170F01: hue angle of 38.18º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #170F01 is Cyan = 0, Magento = 0.35, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 23 | 15 | 1 | - |
| CMYK | 0 | 0.35 | 0.96 | 0.91 |
| HSL | 38.18º | 0.92% | 0.05% | - |
| HSV(B) | 38.18º | 0.96% | 0.09% | - |
| XYZ | 0.53 | 0.53 | 0.1 | - |
| YUV | 15.8 | 119.65 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 15 | 1 | 0 | 0.35 | 0.96 | 0.91 | 38.18 | 0.92 | 0.05 |
| Hex | 17 | F | 1 | 0 | 23 | 60 | 5B | 26 | 5C | 5 |
| Octal | 27 | 17 | 1 | 0 | 43 | 140 | 133 | 46 | 134 | 5 |
| Binary | 10111 | 1111 | 1 | 0 | 100011 | 1100000 | 1011011 | 100110 | 1011100 | 101 |
Color Harmonies of #170F01
Complementary color
Monochromatic Colors of #170F01
Black with #170F01
Text Example
Text Example
White with #170F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #170F01; }
p { color: rgb(23,15,1); }
H1.HeaderClassName
{
color: #170F01;
}
.AnyTagClassName
{
color: #170F01;
}
</style>
background-color css
<style>
a { background-color: #170F01; }
a { background-color: rgb(23,15,1); }
div.DivClassName
{
background-color: #170F01;
}
.BgClassName
{
background-color: #170F01;
}
</style>
border-color css
<style>
span { border-color: #170F01; }
span { border-color: rgb(23,15,1); }
td.TdClassName
{
border-color: #170F01;
}
.TagClassName
{
border-color: #170F01;
}
</style>