Shades of Maire #181306
Tints of Maire #181306
RGB
CMYK
RGB Variations
Color information
#181306 (or 0x181306) is known color: Maire. HEX triplet: 18, 13 and 06. RGB value is (24,19,6). Sum of RGB (Red+Green+Blue) = 24+19+6=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 19 (7.81% from 255 or 38.78% from 49); Blue value is 6 (2.73% from 255 or 12.24% from 49); Max value from RGB is 24 - color contains mainly: red. Hex color #181306 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181306 is #E7ECF9. Grayscale: #131313. Windows color (decimal): -15199482 or 398104. OLE color: 398104.
HSL color Cylindrical-coordinate representation of color #181306: hue angle of 43.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181306 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 19 | 6 | - |
| CMYK | 0 | 0.21 | 0.75 | 0.91 |
| HSL | 43.33º | 0.6% | 0.06% | - |
| HSV(B) | 43.33º | 0.75% | 0.09% | - |
| XYZ | 0.64 | 0.67 | 0.27 | - |
| YUV | 19.01 | 120.66 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 6 | 0 | 0.21 | 0.75 | 0.91 | 43.33 | 0.6 | 0.06 |
| Hex | 18 | 13 | 6 | 0 | 15 | 4B | 5B | 2B | 3C | 6 |
| Octal | 30 | 23 | 6 | 0 | 25 | 113 | 133 | 53 | 74 | 6 |
| Binary | 11000 | 10011 | 110 | 0 | 10101 | 1001011 | 1011011 | 101011 | 111100 | 110 |
Color Harmonies of #181306
Complementary color
Monochromatic Colors of #181306
Black with #181306
Text Example
Text Example
White with #181306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181306; }
p { color: rgb(24,19,6); }
H1.HeaderClassName
{
color: #181306;
}
.AnyTagClassName
{
color: #181306;
}
</style>
background-color css
<style>
a { background-color: #181306; }
a { background-color: rgb(24,19,6); }
div.DivClassName
{
background-color: #181306;
}
.BgClassName
{
background-color: #181306;
}
</style>
border-color css
<style>
span { border-color: #181306; }
span { border-color: rgb(24,19,6); }
td.TdClassName
{
border-color: #181306;
}
.TagClassName
{
border-color: #181306;
}
</style>