Shades of Maire #302E21
Tints of Maire #302E21
RGB
CMYK
RGB Variations
Color information
#302E21 (or 0x302E21) is known color: Maire. HEX triplet: 30, 2E and 21. RGB value is (48,46,33). Sum of RGB (Red+Green+Blue) = 48+46+33=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 46 (18.36% from 255 or 36.22% from 127); Blue value is 33 (13.28% from 255 or 25.98% from 127); Max value from RGB is 48 - color contains mainly: red. Hex color #302E21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302E21 is #CFD1DE. Grayscale: #2D2D2D. Windows color (decimal): -13619679 or 2174512. OLE color: 2174512.
HSL color Cylindrical-coordinate representation of color #302E21: hue angle of 52º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #302E21 is Cyan = 0, Magento = 0.04, Yellow = 0.31 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 33 | - |
| CMYK | 0 | 0.04 | 0.31 | 0.81 |
| HSL | 52º | 0.19% | 0.16% | - |
| HSV(B) | 52º | 0.31% | 0.19% | - |
| XYZ | 2.47 | 2.69 | 1.83 | - |
| YUV | 45.12 | 121.16 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 33 | 0 | 0.04 | 0.31 | 0.81 | 52 | 0.19 | 0.16 |
| Hex | 30 | 2E | 21 | 0 | 4 | 1F | 51 | 34 | 13 | 10 |
| Octal | 60 | 56 | 41 | 0 | 4 | 37 | 121 | 64 | 23 | 20 |
| Binary | 110000 | 101110 | 100001 | 0 | 100 | 11111 | 1010001 | 110100 | 10011 | 10000 |
Color Harmonies of #302E21
Complementary color
Monochromatic Colors of #302E21
Black with #302E21
Text Example
Text Example
White with #302E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E21; }
p { color: rgb(48,46,33); }
H1.HeaderClassName
{
color: #302E21;
}
.AnyTagClassName
{
color: #302E21;
}
</style>
background-color css
<style>
a { background-color: #302E21; }
a { background-color: rgb(48,46,33); }
div.DivClassName
{
background-color: #302E21;
}
.BgClassName
{
background-color: #302E21;
}
</style>
border-color css
<style>
span { border-color: #302E21; }
span { border-color: rgb(48,46,33); }
td.TdClassName
{
border-color: #302E21;
}
.TagClassName
{
border-color: #302E21;
}
</style>