Shades of Maire #302A09
Tints of Maire #302A09
RGB
CMYK
RGB Variations
Color information
#302A09 (or 0x302A09) is known color: Maire. HEX triplet: 30, 2A and 09. RGB value is (48,42,9). Sum of RGB (Red+Green+Blue) = 48+42+9=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 42 (16.80% from 255 or 42.42% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #302A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A09 is #CFD5F6. Grayscale: #282828. Windows color (decimal): -13620727 or 600624. OLE color: 600624.
HSL color Cylindrical-coordinate representation of color #302A09: hue angle of 50.77º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #302A09 is Cyan = 0, Magento = 0.13, Yellow = 0.81 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 9 | - |
| CMYK | 0 | 0.13 | 0.81 | 0.81 |
| HSL | 50.77º | 0.68% | 0.11% | - |
| HSV(B) | 50.77º | 0.81% | 0.19% | - |
| XYZ | 2.1 | 2.3 | 0.59 | - |
| YUV | 40.03 | 110.49 | 133.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 9 | 0 | 0.13 | 0.81 | 0.81 | 50.77 | 0.68 | 0.11 |
| Hex | 30 | 2A | 9 | 0 | D | 51 | 51 | 33 | 44 | B |
| Octal | 60 | 52 | 11 | 0 | 15 | 121 | 121 | 63 | 104 | 13 |
| Binary | 110000 | 101010 | 1001 | 0 | 1101 | 1010001 | 1010001 | 110011 | 1000100 | 1011 |
Color Harmonies of #302A09
Complementary color
Monochromatic Colors of #302A09
Black with #302A09
Text Example
Text Example
White with #302A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A09; }
p { color: rgb(48,42,9); }
H1.HeaderClassName
{
color: #302A09;
}
.AnyTagClassName
{
color: #302A09;
}
</style>
background-color css
<style>
a { background-color: #302A09; }
a { background-color: rgb(48,42,9); }
div.DivClassName
{
background-color: #302A09;
}
.BgClassName
{
background-color: #302A09;
}
</style>
border-color css
<style>
span { border-color: #302A09; }
span { border-color: rgb(48,42,9); }
td.TdClassName
{
border-color: #302A09;
}
.TagClassName
{
border-color: #302A09;
}
</style>