Shades of Maire #181302
Tints of Maire #181302
RGB
CMYK
RGB Variations
Color information
#181302 (or 0x181302) is known color: Maire. HEX triplet: 18, 13 and 02. RGB value is (24,19,2). Sum of RGB (Red+Green+Blue) = 24+19+2=45 (5% of max value = 765). Red value is 24 (9.77% from 255 or 53.33% from 45); Green value is 19 (7.81% from 255 or 42.22% from 45); Blue value is 2 (1.17% from 255 or 4.44% from 45); Max value from RGB is 24 - color contains mainly: red. Hex color #181302 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181302 is #E7ECFD. Grayscale: #121212. Windows color (decimal): -15199486 or 135960. OLE color: 135960.
HSL color Cylindrical-coordinate representation of color #181302: hue angle of 46.36º 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 #181302 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 19 | 2 | - |
| CMYK | 0 | 0.21 | 0.92 | 0.91 |
| HSL | 46.36º | 0.85% | 0.05% | - |
| HSV(B) | 46.36º | 0.92% | 0.09% | - |
| XYZ | 0.62 | 0.66 | 0.15 | - |
| YUV | 18.56 | 118.66 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 2 | 0 | 0.21 | 0.92 | 0.91 | 46.36 | 0.85 | 0.05 |
| Hex | 18 | 13 | 2 | 0 | 15 | 5C | 5B | 2E | 55 | 5 |
| Octal | 30 | 23 | 2 | 0 | 25 | 134 | 133 | 56 | 125 | 5 |
| Binary | 11000 | 10011 | 10 | 0 | 10101 | 1011100 | 1011011 | 101110 | 1010101 | 101 |
Color Harmonies of #181302
Complementary color
Monochromatic Colors of #181302
Black with #181302
Text Example
Text Example
White with #181302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181302; }
p { color: rgb(24,19,2); }
H1.HeaderClassName
{
color: #181302;
}
.AnyTagClassName
{
color: #181302;
}
</style>
background-color css
<style>
a { background-color: #181302; }
a { background-color: rgb(24,19,2); }
div.DivClassName
{
background-color: #181302;
}
.BgClassName
{
background-color: #181302;
}
</style>
border-color css
<style>
span { border-color: #181302; }
span { border-color: rgb(24,19,2); }
td.TdClassName
{
border-color: #181302;
}
.TagClassName
{
border-color: #181302;
}
</style>