Shades of Maire #302E1E
Tints of Maire #302E1E
RGB
CMYK
RGB Variations
Color information
#302E1E (or 0x302E1E) is known color: Maire. HEX triplet: 30, 2E and 1E. RGB value is (48,46,30). Sum of RGB (Red+Green+Blue) = 48+46+30=124 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.71% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 30 (12.11% from 255 or 24.19% from 124); Max value from RGB is 48 - color contains mainly: red. Hex color #302E1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E1E is #CFD1E1. Grayscale: #2C2C2C. Windows color (decimal): -13619682 or 1977904. OLE color: 1977904.
HSL color Cylindrical-coordinate representation of color #302E1E: hue angle of 53.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #302E1E is Cyan = 0, Magento = 0.04, Yellow = 0.37 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 30 | - |
| CMYK | 0 | 0.04 | 0.37 | 0.81 |
| HSL | 53.33º | 0.23% | 0.15% | - |
| HSV(B) | 53.33º | 0.38% | 0.19% | - |
| XYZ | 2.43 | 2.68 | 1.62 | - |
| YUV | 44.77 | 119.66 | 130.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 30 | 0 | 0.04 | 0.37 | 0.81 | 53.33 | 0.23 | 0.15 |
| Hex | 30 | 2E | 1E | 0 | 4 | 25 | 51 | 35 | 17 | F |
| Octal | 60 | 56 | 36 | 0 | 4 | 45 | 121 | 65 | 27 | 17 |
| Binary | 110000 | 101110 | 11110 | 0 | 100 | 100101 | 1010001 | 110101 | 10111 | 1111 |
Color Harmonies of #302E1E
Complementary color
Monochromatic Colors of #302E1E
Black with #302E1E
Text Example
Text Example
White with #302E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E1E; }
p { color: rgb(48,46,30); }
H1.HeaderClassName
{
color: #302E1E;
}
.AnyTagClassName
{
color: #302E1E;
}
</style>
background-color css
<style>
a { background-color: #302E1E; }
a { background-color: rgb(48,46,30); }
div.DivClassName
{
background-color: #302E1E;
}
.BgClassName
{
background-color: #302E1E;
}
</style>
border-color css
<style>
span { border-color: #302E1E; }
span { border-color: rgb(48,46,30); }
td.TdClassName
{
border-color: #302E1E;
}
.TagClassName
{
border-color: #302E1E;
}
</style>