Shades of Maire #302E18
Tints of Maire #302E18
RGB
CMYK
RGB Variations
Color information
#302E18 (or 0x302E18) is known color: Maire. HEX triplet: 30, 2E and 18. RGB value is (48,46,24). Sum of RGB (Red+Green+Blue) = 48+46+24=118 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.68% from 118); Green value is 46 (18.36% from 255 or 38.98% from 118); Blue value is 24 (9.77% from 255 or 20.34% from 118); Max value from RGB is 48 - color contains mainly: red. Hex color #302E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E18 is #CFD1E7. Grayscale: #2C2C2C. Windows color (decimal): -13619688 or 1584688. OLE color: 1584688.
HSL color Cylindrical-coordinate representation of color #302E18: hue angle of 55º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #302E18 is Cyan = 0, Magento = 0.04, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 24 | - |
| CMYK | 0 | 0.04 | 0.5 | 0.81 |
| HSL | 55º | 0.33% | 0.14% | - |
| HSV(B) | 55º | 0.5% | 0.19% | - |
| XYZ | 2.36 | 2.65 | 1.25 | - |
| YUV | 44.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 24 | 0 | 0.04 | 0.5 | 0.81 | 55 | 0.33 | 0.14 |
| Hex | 30 | 2E | 18 | 0 | 4 | 32 | 51 | 37 | 21 | E |
| Octal | 60 | 56 | 30 | 0 | 4 | 62 | 121 | 67 | 41 | 16 |
| Binary | 110000 | 101110 | 11000 | 0 | 100 | 110010 | 1010001 | 110111 | 100001 | 1110 |
Color Harmonies of #302E18
Complementary color
Monochromatic Colors of #302E18
Black with #302E18
Text Example
Text Example
White with #302E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E18; }
p { color: rgb(48,46,24); }
H1.HeaderClassName
{
color: #302E18;
}
.AnyTagClassName
{
color: #302E18;
}
</style>
background-color css
<style>
a { background-color: #302E18; }
a { background-color: rgb(48,46,24); }
div.DivClassName
{
background-color: #302E18;
}
.BgClassName
{
background-color: #302E18;
}
</style>
border-color css
<style>
span { border-color: #302E18; }
span { border-color: rgb(48,46,24); }
td.TdClassName
{
border-color: #302E18;
}
.TagClassName
{
border-color: #302E18;
}
</style>