Shades of Maire #302E10
Tints of Maire #302E10
RGB
CMYK
RGB Variations
Color information
#302E10 (or 0x302E10) is known color: Maire. HEX triplet: 30, 2E and 10. RGB value is (48,46,16). Sum of RGB (Red+Green+Blue) = 48+46+16=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 46 (18.36% from 255 or 41.82% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #302E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E10 is #CFD1EF. Grayscale: #2B2B2B. Windows color (decimal): -13619696 or 1060400. OLE color: 1060400.
HSL color Cylindrical-coordinate representation of color #302E10: hue angle of 56.25º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302E10 is Cyan = 0, Magento = 0.04, Yellow = 0.67 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 16 | - |
| CMYK | 0 | 0.04 | 0.67 | 0.81 |
| HSL | 56.25º | 0.5% | 0.13% | - |
| HSV(B) | 56.25º | 0.67% | 0.19% | - |
| XYZ | 2.29 | 2.62 | 0.88 | - |
| YUV | 43.18 | 112.66 | 131.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 16 | 0 | 0.04 | 0.67 | 0.81 | 56.25 | 0.5 | 0.13 |
| Hex | 30 | 2E | 10 | 0 | 4 | 43 | 51 | 38 | 32 | D |
| Octal | 60 | 56 | 20 | 0 | 4 | 103 | 121 | 70 | 62 | 15 |
| Binary | 110000 | 101110 | 10000 | 0 | 100 | 1000011 | 1010001 | 111000 | 110010 | 1101 |
Color Harmonies of #302E10
Complementary color
Monochromatic Colors of #302E10
Black with #302E10
Text Example
Text Example
White with #302E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E10; }
p { color: rgb(48,46,16); }
H1.HeaderClassName
{
color: #302E10;
}
.AnyTagClassName
{
color: #302E10;
}
</style>
background-color css
<style>
a { background-color: #302E10; }
a { background-color: rgb(48,46,16); }
div.DivClassName
{
background-color: #302E10;
}
.BgClassName
{
background-color: #302E10;
}
</style>
border-color css
<style>
span { border-color: #302E10; }
span { border-color: rgb(48,46,16); }
td.TdClassName
{
border-color: #302E10;
}
.TagClassName
{
border-color: #302E10;
}
</style>