Shades of Maire #302A04
Tints of Maire #302A04
RGB
CMYK
RGB Variations
Color information
#302A04 (or 0x302A04) is known color: Maire. HEX triplet: 30, 2A and 04. RGB value is (48,42,4). Sum of RGB (Red+Green+Blue) = 48+42+4=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #302A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A04 is #CFD5FB. Grayscale: #272727. Windows color (decimal): -13620732 or 272944. OLE color: 272944.
HSL color Cylindrical-coordinate representation of color #302A04: hue angle of 51.82º 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 #302A04 is Cyan = 0, Magento = 0.13, Yellow = 0.92 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 4 | - |
| CMYK | 0 | 0.13 | 0.92 | 0.81 |
| HSL | 51.82º | 0.85% | 0.1% | - |
| HSV(B) | 51.82º | 0.92% | 0.19% | - |
| XYZ | 2.07 | 2.29 | 0.45 | - |
| YUV | 39.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 4 | 0 | 0.13 | 0.92 | 0.81 | 51.82 | 0.85 | 0.1 |
| Hex | 30 | 2A | 4 | 0 | D | 5C | 51 | 34 | 55 | A |
| Octal | 60 | 52 | 4 | 0 | 15 | 134 | 121 | 64 | 125 | 12 |
| Binary | 110000 | 101010 | 100 | 0 | 1101 | 1011100 | 1010001 | 110100 | 1010101 | 1010 |
Color Harmonies of #302A04
Complementary color
Monochromatic Colors of #302A04
Black with #302A04
Text Example
Text Example
White with #302A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A04; }
p { color: rgb(48,42,4); }
H1.HeaderClassName
{
color: #302A04;
}
.AnyTagClassName
{
color: #302A04;
}
</style>
background-color css
<style>
a { background-color: #302A04; }
a { background-color: rgb(48,42,4); }
div.DivClassName
{
background-color: #302A04;
}
.BgClassName
{
background-color: #302A04;
}
</style>
border-color css
<style>
span { border-color: #302A04; }
span { border-color: rgb(48,42,4); }
td.TdClassName
{
border-color: #302A04;
}
.TagClassName
{
border-color: #302A04;
}
</style>