Shades of Maire #302E04
Tints of Maire #302E04
RGB
CMYK
RGB Variations
Color information
#302E04 (or 0x302E04) is known color: Maire. HEX triplet: 30, 2E and 04. RGB value is (48,46,4). Sum of RGB (Red+Green+Blue) = 48+46+4=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 46 (18.36% from 255 or 46.94% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #302E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E04 is #CFD1FB. Grayscale: #292929. Windows color (decimal): -13619708 or 273968. OLE color: 273968.
HSL color Cylindrical-coordinate representation of color #302E04: hue angle of 57.27º degrees, saturation: 0.85, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #302E04 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 4 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.81 |
| HSL | 57.27º | 0.85% | 0.1% | - |
| HSV(B) | 57.27º | 0.92% | 0.19% | - |
| XYZ | 2.22 | 2.59 | 0.5 | - |
| YUV | 41.81 | 106.66 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 4 | 0 | 0.04 | 0.92 | 0.81 | 57.27 | 0.85 | 0.1 |
| Hex | 30 | 2E | 4 | 0 | 4 | 5C | 51 | 39 | 55 | A |
| Octal | 60 | 56 | 4 | 0 | 4 | 134 | 121 | 71 | 125 | 12 |
| Binary | 110000 | 101110 | 100 | 0 | 100 | 1011100 | 1010001 | 111001 | 1010101 | 1010 |
Color Harmonies of #302E04
Complementary color
Monochromatic Colors of #302E04
Black with #302E04
Text Example
Text Example
White with #302E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E04; }
p { color: rgb(48,46,4); }
H1.HeaderClassName
{
color: #302E04;
}
.AnyTagClassName
{
color: #302E04;
}
</style>
background-color css
<style>
a { background-color: #302E04; }
a { background-color: rgb(48,46,4); }
div.DivClassName
{
background-color: #302E04;
}
.BgClassName
{
background-color: #302E04;
}
</style>
border-color css
<style>
span { border-color: #302E04; }
span { border-color: rgb(48,46,4); }
td.TdClassName
{
border-color: #302E04;
}
.TagClassName
{
border-color: #302E04;
}
</style>