Shades of Maire #302A13
Tints of Maire #302A13
RGB
CMYK
RGB Variations
Color information
#302A13 (or 0x302A13) is known color: Maire. HEX triplet: 30, 2A and 13. RGB value is (48,42,19). Sum of RGB (Red+Green+Blue) = 48+42+19=109 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.04% from 109); Green value is 42 (16.80% from 255 or 38.53% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 48 - color contains mainly: red. Hex color #302A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A13 is #CFD5EC. Grayscale: #292929. Windows color (decimal): -13620717 or 1255984. OLE color: 1255984.
HSL color Cylindrical-coordinate representation of color #302A13: hue angle of 47.59º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302A13 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 19 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.81 |
| HSL | 47.59º | 0.43% | 0.13% | - |
| HSV(B) | 47.59º | 0.6% | 0.19% | - |
| XYZ | 2.16 | 2.33 | 0.95 | - |
| YUV | 41.17 | 115.49 | 132.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 19 | 0 | 0.13 | 0.60 | 0.81 | 47.59 | 0.43 | 0.13 |
| Hex | 30 | 2A | 13 | 0 | D | 3C | 51 | 30 | 2B | D |
| Octal | 60 | 52 | 23 | 0 | 15 | 74 | 121 | 60 | 53 | 15 |
| Binary | 110000 | 101010 | 10011 | 0 | 1101 | 111100 | 1010001 | 110000 | 101011 | 1101 |
Color Harmonies of #302A13
Complementary color
Monochromatic Colors of #302A13
Black with #302A13
Text Example
Text Example
White with #302A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A13; }
p { color: rgb(48,42,19); }
H1.HeaderClassName
{
color: #302A13;
}
.AnyTagClassName
{
color: #302A13;
}
</style>
background-color css
<style>
a { background-color: #302A13; }
a { background-color: rgb(48,42,19); }
div.DivClassName
{
background-color: #302A13;
}
.BgClassName
{
background-color: #302A13;
}
</style>
border-color css
<style>
span { border-color: #302A13; }
span { border-color: rgb(48,42,19); }
td.TdClassName
{
border-color: #302A13;
}
.TagClassName
{
border-color: #302A13;
}
</style>