Shades of Maire #302E17
Tints of Maire #302E17
RGB
CMYK
RGB Variations
Color information
#302E17 (or 0x302E17) is known color: Maire. HEX triplet: 30, 2E and 17. RGB value is (48,46,23). Sum of RGB (Red+Green+Blue) = 48+46+23=117 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.03% from 117); Green value is 46 (18.36% from 255 or 39.32% from 117); Blue value is 23 (9.38% from 255 or 19.66% from 117); Max value from RGB is 48 - color contains mainly: red. Hex color #302E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E17 is #CFD1E8. Grayscale: #2C2C2C. Windows color (decimal): -13619689 or 1519152. OLE color: 1519152.
HSL color Cylindrical-coordinate representation of color #302E17: hue angle of 55.2º 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 #302E17 is Cyan = 0, Magento = 0.04, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 23 | - |
| CMYK | 0 | 0.04 | 0.52 | 0.81 |
| HSL | 55.2º | 0.35% | 0.14% | - |
| HSV(B) | 55.2º | 0.52% | 0.19% | - |
| XYZ | 2.35 | 2.64 | 1.2 | - |
| YUV | 43.98 | 116.16 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 23 | 0 | 0.04 | 0.52 | 0.81 | 55.2 | 0.35 | 0.14 |
| Hex | 30 | 2E | 17 | 0 | 4 | 34 | 51 | 37 | 23 | E |
| Octal | 60 | 56 | 27 | 0 | 4 | 64 | 121 | 67 | 43 | 16 |
| Binary | 110000 | 101110 | 10111 | 0 | 100 | 110100 | 1010001 | 110111 | 100011 | 1110 |
Color Harmonies of #302E17
Complementary color
Monochromatic Colors of #302E17
Black with #302E17
Text Example
Text Example
White with #302E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E17; }
p { color: rgb(48,46,23); }
H1.HeaderClassName
{
color: #302E17;
}
.AnyTagClassName
{
color: #302E17;
}
</style>
background-color css
<style>
a { background-color: #302E17; }
a { background-color: rgb(48,46,23); }
div.DivClassName
{
background-color: #302E17;
}
.BgClassName
{
background-color: #302E17;
}
</style>
border-color css
<style>
span { border-color: #302E17; }
span { border-color: rgb(48,46,23); }
td.TdClassName
{
border-color: #302E17;
}
.TagClassName
{
border-color: #302E17;
}
</style>