Shades of Maire #302E00
Tints of Maire #302E00
RGB
CMYK
RGB Variations
Color information
#302E00 (or 0x302E00) is known color: Maire. HEX triplet: 30, 2E and 00. RGB value is (48,46,0). Sum of RGB (Red+Green+Blue) = 48+46+0=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 46 (18.36% from 255 or 48.94% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #302E00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E00 is #CFD1FF. Grayscale: #292929. Windows color (decimal): -13619712 or 11824. OLE color: 11824.
HSL color Cylindrical-coordinate representation of color #302E00: hue angle of 57.5º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #302E00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.81 |
| HSL | 57.5º | 1% | 0.09% | - |
| HSV(B) | 57.5º | 1% | 0.19% | - |
| XYZ | 2.2 | 2.58 | 0.38 | - |
| YUV | 41.35 | 104.66 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 0 | 0 | 0.04 | 1 | 0.81 | 57.5 | 1 | 0.09 |
| Hex | 30 | 2E | 0 | 0 | 4 | 64 | 51 | 3A | 64 | 9 |
| Octal | 60 | 56 | 0 | 0 | 4 | 144 | 121 | 72 | 144 | 11 |
| Binary | 110000 | 101110 | 0 | 0 | 100 | 1100100 | 1010001 | 111010 | 1100100 | 1001 |
Color Harmonies of #302E00
Complementary color
Monochromatic Colors of #302E00
Black with #302E00
Text Example
Text Example
White with #302E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E00; }
p { color: rgb(48,46,0); }
H1.HeaderClassName
{
color: #302E00;
}
.AnyTagClassName
{
color: #302E00;
}
</style>
background-color css
<style>
a { background-color: #302E00; }
a { background-color: rgb(48,46,0); }
div.DivClassName
{
background-color: #302E00;
}
.BgClassName
{
background-color: #302E00;
}
</style>
border-color css
<style>
span { border-color: #302E00; }
span { border-color: rgb(48,46,0); }
td.TdClassName
{
border-color: #302E00;
}
.TagClassName
{
border-color: #302E00;
}
</style>