Shades of Maire #181801
Tints of Maire #181801
RGB
CMYK
RGB Variations
Color information
#181801 (or 0x181801) is known color: Maire. HEX triplet: 18, 18 and 01. RGB value is (24,24,1). Sum of RGB (Red+Green+Blue) = 24+24+1=49 (6% of max value = 765). Red value is 24 (9.77% from 255 or 48.98% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 24 - color contains mainly: red, green. Hex color #181801 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #181801 is #E7E7FE. Grayscale: #151515. Windows color (decimal): -15198207 or 71704. OLE color: 71704.
HSL color Cylindrical-coordinate representation of color #181801: hue angle of 60º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #181801 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 24 | 24 | 1 | - |
| CMYK | 0 | 0 | 0.96 | 0.91 |
| HSL | 60º | 0.92% | 0.05% | - |
| HSV(B) | 60º | 0.96% | 0.09% | - |
| XYZ | 0.71 | 0.85 | 0.16 | - |
| YUV | 21.38 | 116.5 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 1 | 0 | 0 | 0.96 | 0.91 | 60 | 0.92 | 0.05 |
| Hex | 18 | 18 | 1 | 0 | 0 | 60 | 5B | 3C | 5C | 5 |
| Octal | 30 | 30 | 1 | 0 | 0 | 140 | 133 | 74 | 134 | 5 |
| Binary | 11000 | 11000 | 1 | 0 | 0 | 1100000 | 1011011 | 111100 | 1011100 | 101 |
Color Harmonies of #181801
Complementary color
Monochromatic Colors of #181801
Black with #181801
Text Example
Text Example
White with #181801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181801; }
p { color: rgb(24,24,1); }
H1.HeaderClassName
{
color: #181801;
}
.AnyTagClassName
{
color: #181801;
}
</style>
background-color css
<style>
a { background-color: #181801; }
a { background-color: rgb(24,24,1); }
div.DivClassName
{
background-color: #181801;
}
.BgClassName
{
background-color: #181801;
}
</style>
border-color css
<style>
span { border-color: #181801; }
span { border-color: rgb(24,24,1); }
td.TdClassName
{
border-color: #181801;
}
.TagClassName
{
border-color: #181801;
}
</style>