Shades of Maire #302F29
Tints of Maire #302F29
RGB
CMYK
RGB Variations
Color information
#302F29 (or 0x302F29) is known color: Maire. HEX triplet: 30, 2F and 29. RGB value is (48,47,41). Sum of RGB (Red+Green+Blue) = 48+47+41=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 48 - color contains mainly: red. Hex color #302F29 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302F29 is #CFD0D6. Grayscale: #2E2E2E. Windows color (decimal): -13619415 or 2699056. OLE color: 2699056.
HSL color Cylindrical-coordinate representation of color #302F29: hue angle of 51.43º degrees, saturation: 0.08, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #302F29 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 41 | - |
| CMYK | 0 | 0.02 | 0.15 | 0.81 |
| HSL | 51.43º | 0.08% | 0.17% | - |
| HSV(B) | 51.43º | 0.15% | 0.19% | - |
| XYZ | 2.64 | 2.82 | 2.5 | - |
| YUV | 46.62 | 124.83 | 128.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 41 | 0 | 0.02 | 0.15 | 0.81 | 51.43 | 0.08 | 0.17 |
| Hex | 30 | 2F | 29 | 0 | 2 | F | 51 | 33 | 8 | 11 |
| Octal | 60 | 57 | 51 | 0 | 2 | 17 | 121 | 63 | 10 | 21 |
| Binary | 110000 | 101111 | 101001 | 0 | 10 | 1111 | 1010001 | 110011 | 1000 | 10001 |
Color Harmonies of #302F29
Complementary color
Monochromatic Colors of #302F29
Black with #302F29
Text Example
Text Example
White with #302F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F29; }
p { color: rgb(48,47,41); }
H1.HeaderClassName
{
color: #302F29;
}
.AnyTagClassName
{
color: #302F29;
}
</style>
background-color css
<style>
a { background-color: #302F29; }
a { background-color: rgb(48,47,41); }
div.DivClassName
{
background-color: #302F29;
}
.BgClassName
{
background-color: #302F29;
}
</style>
border-color css
<style>
span { border-color: #302F29; }
span { border-color: rgb(48,47,41); }
td.TdClassName
{
border-color: #302F29;
}
.TagClassName
{
border-color: #302F29;
}
</style>