Shades of Maire #302E0C
Tints of Maire #302E0C
RGB
CMYK
RGB Variations
Color information
#302E0C (or 0x302E0C) is known color: Maire. HEX triplet: 30, 2E and 0C. RGB value is (48,46,12). Sum of RGB (Red+Green+Blue) = 48+46+12=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 46 (18.36% from 255 or 43.40% from 106); Blue value is 12 (5.08% from 255 or 11.32% from 106); Max value from RGB is 48 - color contains mainly: red. Hex color #302E0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E0C is #CFD1F3. Grayscale: #2A2A2A. Windows color (decimal): -13619700 or 798256. OLE color: 798256.
HSL color Cylindrical-coordinate representation of color #302E0C: hue angle of 56.67º 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 #302E0C is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 12 | - |
| CMYK | 0 | 0.04 | 0.75 | 0.81 |
| HSL | 56.67º | 0.6% | 0.12% | - |
| HSV(B) | 56.67º | 0.75% | 0.19% | - |
| XYZ | 2.26 | 2.61 | 0.73 | - |
| YUV | 42.72 | 110.66 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 12 | 0 | 0.04 | 0.75 | 0.81 | 56.67 | 0.6 | 0.12 |
| Hex | 30 | 2E | C | 0 | 4 | 4B | 51 | 39 | 3C | C |
| Octal | 60 | 56 | 14 | 0 | 4 | 113 | 121 | 71 | 74 | 14 |
| Binary | 110000 | 101110 | 1100 | 0 | 100 | 1001011 | 1010001 | 111001 | 111100 | 1100 |
Color Harmonies of #302E0C
Complementary color
Monochromatic Colors of #302E0C
Black with #302E0C
Text Example
Text Example
White with #302E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E0C; }
p { color: rgb(48,46,12); }
H1.HeaderClassName
{
color: #302E0C;
}
.AnyTagClassName
{
color: #302E0C;
}
</style>
background-color css
<style>
a { background-color: #302E0C; }
a { background-color: rgb(48,46,12); }
div.DivClassName
{
background-color: #302E0C;
}
.BgClassName
{
background-color: #302E0C;
}
</style>
border-color css
<style>
span { border-color: #302E0C; }
span { border-color: rgb(48,46,12); }
td.TdClassName
{
border-color: #302E0C;
}
.TagClassName
{
border-color: #302E0C;
}
</style>