Shades of Maire #302A17
Tints of Maire #302A17
RGB
CMYK
RGB Variations
Color information
#302A17 (or 0x302A17) is known color: Maire. HEX triplet: 30, 2A and 17. RGB value is (48,42,23). Sum of RGB (Red+Green+Blue) = 48+42+23=113 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.48% from 113); Green value is 42 (16.80% from 255 or 37.17% from 113); Blue value is 23 (9.38% from 255 or 20.35% from 113); Max value from RGB is 48 - color contains mainly: red. Hex color #302A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A17 is #CFD5E8. Grayscale: #292929. Windows color (decimal): -13620713 or 1518128. OLE color: 1518128.
HSL color Cylindrical-coordinate representation of color #302A17: hue angle of 45.6º 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 #302A17 is Cyan = 0, Magento = 0.13, Yellow = 0.52 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 23 | - |
| CMYK | 0 | 0.13 | 0.52 | 0.81 |
| HSL | 45.6º | 0.35% | 0.14% | - |
| HSV(B) | 45.6º | 0.52% | 0.19% | - |
| XYZ | 2.2 | 2.35 | 1.15 | - |
| YUV | 41.63 | 117.49 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 23 | 0 | 0.13 | 0.52 | 0.81 | 45.6 | 0.35 | 0.14 |
| Hex | 30 | 2A | 17 | 0 | D | 34 | 51 | 2E | 23 | E |
| Octal | 60 | 52 | 27 | 0 | 15 | 64 | 121 | 56 | 43 | 16 |
| Binary | 110000 | 101010 | 10111 | 0 | 1101 | 110100 | 1010001 | 101110 | 100011 | 1110 |
Color Harmonies of #302A17
Complementary color
Monochromatic Colors of #302A17
Black with #302A17
Text Example
Text Example
White with #302A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A17; }
p { color: rgb(48,42,23); }
H1.HeaderClassName
{
color: #302A17;
}
.AnyTagClassName
{
color: #302A17;
}
</style>
background-color css
<style>
a { background-color: #302A17; }
a { background-color: rgb(48,42,23); }
div.DivClassName
{
background-color: #302A17;
}
.BgClassName
{
background-color: #302A17;
}
</style>
border-color css
<style>
span { border-color: #302A17; }
span { border-color: rgb(48,42,23); }
td.TdClassName
{
border-color: #302A17;
}
.TagClassName
{
border-color: #302A17;
}
</style>