Shades of Maire #302A0C
Tints of Maire #302A0C
RGB
CMYK
RGB Variations
Color information
#302A0C (or 0x302A0C) is known color: Maire. HEX triplet: 30, 2A and 0C. RGB value is (48,42,12). Sum of RGB (Red+Green+Blue) = 48+42+12=102 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.06% from 102); Green value is 42 (16.80% from 255 or 41.18% from 102); Blue value is 12 (5.08% from 255 or 11.76% from 102); Max value from RGB is 48 - color contains mainly: red. Hex color #302A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A0C is #CFD5F3. Grayscale: #282828. Windows color (decimal): -13620724 or 797232. OLE color: 797232.
HSL color Cylindrical-coordinate representation of color #302A0C: hue angle of 50º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302A0C is Cyan = 0, Magento = 0.13, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 12 | - |
| CMYK | 0 | 0.13 | 0.75 | 0.81 |
| HSL | 50º | 0.6% | 0.12% | - |
| HSV(B) | 50º | 0.75% | 0.19% | - |
| XYZ | 2.11 | 2.31 | 0.68 | - |
| YUV | 40.37 | 111.99 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 12 | 0 | 0.13 | 0.75 | 0.81 | 50 | 0.6 | 0.12 |
| Hex | 30 | 2A | C | 0 | D | 4B | 51 | 32 | 3C | C |
| Octal | 60 | 52 | 14 | 0 | 15 | 113 | 121 | 62 | 74 | 14 |
| Binary | 110000 | 101010 | 1100 | 0 | 1101 | 1001011 | 1010001 | 110010 | 111100 | 1100 |
Color Harmonies of #302A0C
Complementary color
Monochromatic Colors of #302A0C
Black with #302A0C
Text Example
Text Example
White with #302A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A0C; }
p { color: rgb(48,42,12); }
H1.HeaderClassName
{
color: #302A0C;
}
.AnyTagClassName
{
color: #302A0C;
}
</style>
background-color css
<style>
a { background-color: #302A0C; }
a { background-color: rgb(48,42,12); }
div.DivClassName
{
background-color: #302A0C;
}
.BgClassName
{
background-color: #302A0C;
}
</style>
border-color css
<style>
span { border-color: #302A0C; }
span { border-color: rgb(48,42,12); }
td.TdClassName
{
border-color: #302A0C;
}
.TagClassName
{
border-color: #302A0C;
}
</style>