Shades of Maire #181808
Tints of Maire #181808
RGB
CMYK
RGB Variations
Color information
#181808 (or 0x181808) is known color: Maire. HEX triplet: 18, 18 and 08. RGB value is (24,24,8). Sum of RGB (Red+Green+Blue) = 24+24+8=56 (7% of max value = 765). Red value is 24 (9.77% from 255 or 42.86% from 56); Green value is 24 (9.77% from 255 or 42.86% from 56); Blue value is 8 (3.52% from 255 or 14.29% from 56); Max value from RGB is 24 - color contains mainly: red, green. Hex color #181808 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181808 is #E7E7F7. Grayscale: #161616. Windows color (decimal): -15198200 or 530456. OLE color: 530456.
HSL color Cylindrical-coordinate representation of color #181808: hue angle of 60º degrees, saturation: 0.5, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #181808 is Cyan = 0, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 24 | 8 | - |
| CMYK | 0 | 0 | 0.67 | 0.91 |
| HSL | 60º | 0.5% | 0.06% | - |
| HSV(B) | 60º | 0.67% | 0.09% | - |
| XYZ | 0.75 | 0.86 | 0.36 | - |
| YUV | 22.18 | 120 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 8 | 0 | 0 | 0.67 | 0.91 | 60 | 0.5 | 0.06 |
| Hex | 18 | 18 | 8 | 0 | 0 | 43 | 5B | 3C | 32 | 6 |
| Octal | 30 | 30 | 10 | 0 | 0 | 103 | 133 | 74 | 62 | 6 |
| Binary | 11000 | 11000 | 1000 | 0 | 0 | 1000011 | 1011011 | 111100 | 110010 | 110 |
Color Harmonies of #181808
Complementary color
Monochromatic Colors of #181808
Black with #181808
Text Example
Text Example
White with #181808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181808; }
p { color: rgb(24,24,8); }
H1.HeaderClassName
{
color: #181808;
}
.AnyTagClassName
{
color: #181808;
}
</style>
background-color css
<style>
a { background-color: #181808; }
a { background-color: rgb(24,24,8); }
div.DivClassName
{
background-color: #181808;
}
.BgClassName
{
background-color: #181808;
}
</style>
border-color css
<style>
span { border-color: #181808; }
span { border-color: rgb(24,24,8); }
td.TdClassName
{
border-color: #181808;
}
.TagClassName
{
border-color: #181808;
}
</style>