Shades of Maire #302C14
Tints of Maire #302C14
RGB
CMYK
RGB Variations
Color information
#302C14 (or 0x302C14) is known color: Maire. HEX triplet: 30, 2C and 14. RGB value is (48,44,20). Sum of RGB (Red+Green+Blue) = 48+44+20=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 20 (8.20% from 255 or 17.86% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #302C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C14 is #CFD3EB. Grayscale: #2A2A2A. Windows color (decimal): -13620204 or 1322032. OLE color: 1322032.
HSL color Cylindrical-coordinate representation of color #302C14: hue angle of 51.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #302C14 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 44 | 20 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.81 |
| HSL | 51.43º | 0.41% | 0.13% | - |
| HSV(B) | 51.43º | 0.58% | 0.19% | - |
| XYZ | 2.25 | 2.48 | 1.02 | - |
| YUV | 42.46 | 115.33 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 20 | 0 | 0.08 | 0.58 | 0.81 | 51.43 | 0.41 | 0.13 |
| Hex | 30 | 2C | 14 | 0 | 8 | 3A | 51 | 33 | 29 | D |
| Octal | 60 | 54 | 24 | 0 | 10 | 72 | 121 | 63 | 51 | 15 |
| Binary | 110000 | 101100 | 10100 | 0 | 1000 | 111010 | 1010001 | 110011 | 101001 | 1101 |
Color Harmonies of #302C14
Complementary color
Monochromatic Colors of #302C14
Black with #302C14
Text Example
Text Example
White with #302C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C14; }
p { color: rgb(48,44,20); }
H1.HeaderClassName
{
color: #302C14;
}
.AnyTagClassName
{
color: #302C14;
}
</style>
background-color css
<style>
a { background-color: #302C14; }
a { background-color: rgb(48,44,20); }
div.DivClassName
{
background-color: #302C14;
}
.BgClassName
{
background-color: #302C14;
}
</style>
border-color css
<style>
span { border-color: #302C14; }
span { border-color: rgb(48,44,20); }
td.TdClassName
{
border-color: #302C14;
}
.TagClassName
{
border-color: #302C14;
}
</style>