Shades of Maire #181A01
Tints of Maire #181A01
RGB
CMYK
RGB Variations
Color information
#181A01 (or 0x181A01) is known color: Maire. HEX triplet: 18, 1A and 01. RGB value is (24,26,1). Sum of RGB (Red+Green+Blue) = 24+26+1=51 (6% of max value = 765). Red value is 24 (9.77% from 255 or 47.06% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 1 (0.78% from 255 or 1.96% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #181A01 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #181A01 is #E7E5FE. Grayscale: #161616. Windows color (decimal): -15197695 or 72216. OLE color: 72216.
HSL color Cylindrical-coordinate representation of color #181A01: hue angle of 64.8º degrees, saturation: 0.93, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #181A01 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 24 | 26 | 1 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.90 |
| HSL | 64.8º | 0.93% | 0.05% | - |
| HSV(B) | 64.8º | 0.96% | 0.1% | - |
| XYZ | 0.75 | 0.94 | 0.17 | - |
| YUV | 22.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 26 | 1 | 0.08 | 0 | 0.96 | 0.90 | 64.8 | 0.93 | 0.05 |
| Hex | 18 | 1A | 1 | 8 | 0 | 60 | 5A | 41 | 5D | 5 |
| Octal | 30 | 32 | 1 | 10 | 0 | 140 | 132 | 101 | 135 | 5 |
| Binary | 11000 | 11010 | 1 | 1000 | 0 | 1100000 | 1011010 | 1000001 | 1011101 | 101 |
Color Harmonies of #181A01
Complementary color
Monochromatic Colors of #181A01
Black with #181A01
Text Example
Text Example
White with #181A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181A01; }
p { color: rgb(24,26,1); }
H1.HeaderClassName
{
color: #181A01;
}
.AnyTagClassName
{
color: #181A01;
}
</style>
background-color css
<style>
a { background-color: #181A01; }
a { background-color: rgb(24,26,1); }
div.DivClassName
{
background-color: #181A01;
}
.BgClassName
{
background-color: #181A01;
}
</style>
border-color css
<style>
span { border-color: #181A01; }
span { border-color: rgb(24,26,1); }
td.TdClassName
{
border-color: #181A01;
}
.TagClassName
{
border-color: #181A01;
}
</style>