Shades of Maire #302C17
Tints of Maire #302C17
RGB
CMYK
RGB Variations
Color information
#302C17 (or 0x302C17) is known color: Maire. HEX triplet: 30, 2C and 17. RGB value is (48,44,23). Sum of RGB (Red+Green+Blue) = 48+44+23=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 23 (9.38% from 255 or 20% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C17 is #CFD3E8. Grayscale: #2A2A2A. Windows color (decimal): -13620201 or 1518640. OLE color: 1518640.
HSL color Cylindrical-coordinate representation of color #302C17: hue angle of 50.4º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #302C17 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 44 | 23 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.81 |
| HSL | 50.4º | 0.35% | 0.14% | - |
| HSV(B) | 50.4º | 0.52% | 0.19% | - |
| XYZ | 2.27 | 2.49 | 1.17 | - |
| YUV | 42.8 | 116.83 | 131.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 23 | 0 | 0.08 | 0.52 | 0.81 | 50.4 | 0.35 | 0.14 |
| Hex | 30 | 2C | 17 | 0 | 8 | 34 | 51 | 32 | 23 | E |
| Octal | 60 | 54 | 27 | 0 | 10 | 64 | 121 | 62 | 43 | 16 |
| Binary | 110000 | 101100 | 10111 | 0 | 1000 | 110100 | 1010001 | 110010 | 100011 | 1110 |
Color Harmonies of #302C17
Complementary color
Monochromatic Colors of #302C17
Black with #302C17
Text Example
Text Example
White with #302C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C17; }
p { color: rgb(48,44,23); }
H1.HeaderClassName
{
color: #302C17;
}
.AnyTagClassName
{
color: #302C17;
}
</style>
background-color css
<style>
a { background-color: #302C17; }
a { background-color: rgb(48,44,23); }
div.DivClassName
{
background-color: #302C17;
}
.BgClassName
{
background-color: #302C17;
}
</style>
border-color css
<style>
span { border-color: #302C17; }
span { border-color: rgb(48,44,23); }
td.TdClassName
{
border-color: #302C17;
}
.TagClassName
{
border-color: #302C17;
}
</style>