Shades of Maire #302C15
Tints of Maire #302C15
RGB
CMYK
RGB Variations
Color information
#302C15 (or 0x302C15) is known color: Maire. HEX triplet: 30, 2C and 15. RGB value is (48,44,21). Sum of RGB (Red+Green+Blue) = 48+44+21=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302C15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C15 is #CFD3EA. Grayscale: #2A2A2A. Windows color (decimal): -13620203 or 1387568. OLE color: 1387568.
HSL color Cylindrical-coordinate representation of color #302C15: hue angle of 51.11º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302C15 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 44 | 21 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.81 |
| HSL | 51.11º | 0.39% | 0.14% | - |
| HSV(B) | 51.11º | 0.56% | 0.19% | - |
| XYZ | 2.25 | 2.48 | 1.07 | - |
| YUV | 42.57 | 115.83 | 131.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 21 | 0 | 0.08 | 0.56 | 0.81 | 51.11 | 0.39 | 0.14 |
| Hex | 30 | 2C | 15 | 0 | 8 | 38 | 51 | 33 | 27 | E |
| Octal | 60 | 54 | 25 | 0 | 10 | 70 | 121 | 63 | 47 | 16 |
| Binary | 110000 | 101100 | 10101 | 0 | 1000 | 111000 | 1010001 | 110011 | 100111 | 1110 |
Color Harmonies of #302C15
Complementary color
Monochromatic Colors of #302C15
Black with #302C15
Text Example
Text Example
White with #302C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C15; }
p { color: rgb(48,44,21); }
H1.HeaderClassName
{
color: #302C15;
}
.AnyTagClassName
{
color: #302C15;
}
</style>
background-color css
<style>
a { background-color: #302C15; }
a { background-color: rgb(48,44,21); }
div.DivClassName
{
background-color: #302C15;
}
.BgClassName
{
background-color: #302C15;
}
</style>
border-color css
<style>
span { border-color: #302C15; }
span { border-color: rgb(48,44,21); }
td.TdClassName
{
border-color: #302C15;
}
.TagClassName
{
border-color: #302C15;
}
</style>