Shades of Maire #302C11
Tints of Maire #302C11
RGB
CMYK
RGB Variations
Color information
#302C11 (or 0x302C11) is known color: Maire. HEX triplet: 30, 2C and 11. RGB value is (48,44,17). Sum of RGB (Red+Green+Blue) = 48+44+17=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 17 (7.03% from 255 or 15.60% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C11 is #CFD3EE. Grayscale: #2A2A2A. Windows color (decimal): -13620207 or 1125424. OLE color: 1125424.
HSL color Cylindrical-coordinate representation of color #302C11: hue angle of 52.26º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #302C11 is Cyan = 0, Magento = 0.08, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 44 | 17 | - |
| CMYK | 0 | 0.08 | 0.65 | 0.81 |
| HSL | 52.26º | 0.48% | 0.13% | - |
| HSV(B) | 52.26º | 0.65% | 0.19% | - |
| XYZ | 2.22 | 2.47 | 0.89 | - |
| YUV | 42.12 | 113.83 | 132.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 17 | 0 | 0.08 | 0.65 | 0.81 | 52.26 | 0.48 | 0.13 |
| Hex | 30 | 2C | 11 | 0 | 8 | 41 | 51 | 34 | 30 | D |
| Octal | 60 | 54 | 21 | 0 | 10 | 101 | 121 | 64 | 60 | 15 |
| Binary | 110000 | 101100 | 10001 | 0 | 1000 | 1000001 | 1010001 | 110100 | 110000 | 1101 |
Color Harmonies of #302C11
Complementary color
Monochromatic Colors of #302C11
Black with #302C11
Text Example
Text Example
White with #302C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C11; }
p { color: rgb(48,44,17); }
H1.HeaderClassName
{
color: #302C11;
}
.AnyTagClassName
{
color: #302C11;
}
</style>
background-color css
<style>
a { background-color: #302C11; }
a { background-color: rgb(48,44,17); }
div.DivClassName
{
background-color: #302C11;
}
.BgClassName
{
background-color: #302C11;
}
</style>
border-color css
<style>
span { border-color: #302C11; }
span { border-color: rgb(48,44,17); }
td.TdClassName
{
border-color: #302C11;
}
.TagClassName
{
border-color: #302C11;
}
</style>