Shades of Maire #181702
Tints of Maire #181702
RGB
CMYK
RGB Variations
Color information
#181702 (or 0x181702) is known color: Maire. HEX triplet: 18, 17 and 02. RGB value is (24,23,2). Sum of RGB (Red+Green+Blue) = 24+23+2=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 23 (9.38% from 255 or 46.94% from 49); Blue value is 2 (1.17% from 255 or 4.08% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #181702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181702 is #E7E8FD. Grayscale: #141414. Windows color (decimal): -15198462 or 136984. OLE color: 136984.
HSL color Cylindrical-coordinate representation of color #181702: hue angle of 57.27º degrees, saturation: 0.85, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #181702 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 23 | 2 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.91 |
| HSL | 57.27º | 0.85% | 0.05% | - |
| HSV(B) | 57.27º | 0.92% | 0.09% | - |
| XYZ | 0.69 | 0.81 | 0.18 | - |
| YUV | 20.91 | 117.33 | 130.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 23 | 2 | 0 | 0.04 | 0.92 | 0.91 | 57.27 | 0.85 | 0.05 |
| Hex | 18 | 17 | 2 | 0 | 4 | 5C | 5B | 39 | 55 | 5 |
| Octal | 30 | 27 | 2 | 0 | 4 | 134 | 133 | 71 | 125 | 5 |
| Binary | 11000 | 10111 | 10 | 0 | 100 | 1011100 | 1011011 | 111001 | 1010101 | 101 |
Color Harmonies of #181702
Complementary color
Monochromatic Colors of #181702
Black with #181702
Text Example
Text Example
White with #181702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181702; }
p { color: rgb(24,23,2); }
H1.HeaderClassName
{
color: #181702;
}
.AnyTagClassName
{
color: #181702;
}
</style>
background-color css
<style>
a { background-color: #181702; }
a { background-color: rgb(24,23,2); }
div.DivClassName
{
background-color: #181702;
}
.BgClassName
{
background-color: #181702;
}
</style>
border-color css
<style>
span { border-color: #181702; }
span { border-color: rgb(24,23,2); }
td.TdClassName
{
border-color: #181702;
}
.TagClassName
{
border-color: #181702;
}
</style>