Shades of Maire #181402
Tints of Maire #181402
RGB
CMYK
RGB Variations
Color information
#181402 (or 0x181402) is known color: Maire. HEX triplet: 18, 14 and 02. RGB value is (24,20,2). Sum of RGB (Red+Green+Blue) = 24+20+2=46 (6% of max value = 765). Red value is 24 (9.77% from 255 or 52.17% from 46); Green value is 20 (8.20% from 255 or 43.48% from 46); Blue value is 2 (1.17% from 255 or 4.35% from 46); Max value from RGB is 24 - color contains mainly: red. Hex color #181402 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181402 is #E7EBFD. Grayscale: #131313. Windows color (decimal): -15199230 or 136216. OLE color: 136216.
HSL color Cylindrical-coordinate representation of color #181402: hue angle of 49.09º 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 #181402 is Cyan = 0, Magento = 0.17, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 20 | 2 | - |
| CMYK | 0 | 0.17 | 0.92 | 0.91 |
| HSL | 49.09º | 0.85% | 0.05% | - |
| HSV(B) | 49.09º | 0.92% | 0.09% | - |
| XYZ | 0.64 | 0.7 | 0.16 | - |
| YUV | 19.14 | 118.33 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 2 | 0 | 0.17 | 0.92 | 0.91 | 49.09 | 0.85 | 0.05 |
| Hex | 18 | 14 | 2 | 0 | 11 | 5C | 5B | 31 | 55 | 5 |
| Octal | 30 | 24 | 2 | 0 | 21 | 134 | 133 | 61 | 125 | 5 |
| Binary | 11000 | 10100 | 10 | 0 | 10001 | 1011100 | 1011011 | 110001 | 1010101 | 101 |
Color Harmonies of #181402
Complementary color
Monochromatic Colors of #181402
Black with #181402
Text Example
Text Example
White with #181402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181402; }
p { color: rgb(24,20,2); }
H1.HeaderClassName
{
color: #181402;
}
.AnyTagClassName
{
color: #181402;
}
</style>
background-color css
<style>
a { background-color: #181402; }
a { background-color: rgb(24,20,2); }
div.DivClassName
{
background-color: #181402;
}
.BgClassName
{
background-color: #181402;
}
</style>
border-color css
<style>
span { border-color: #181402; }
span { border-color: rgb(24,20,2); }
td.TdClassName
{
border-color: #181402;
}
.TagClassName
{
border-color: #181402;
}
</style>