Shades of Maire #302A15
Tints of Maire #302A15
RGB
CMYK
RGB Variations
Color information
#302A15 (or 0x302A15) is known color: Maire. HEX triplet: 30, 2A and 15. RGB value is (48,42,21). Sum of RGB (Red+Green+Blue) = 48+42+21=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 42 (16.80% from 255 or 37.84% from 111); Blue value is 21 (8.59% from 255 or 18.92% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #302A15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A15 is #CFD5EA. Grayscale: #292929. Windows color (decimal): -13620715 or 1387056. OLE color: 1387056.
HSL color Cylindrical-coordinate representation of color #302A15: hue angle of 46.67º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #302A15 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 21 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.81 |
| HSL | 46.67º | 0.39% | 0.14% | - |
| HSV(B) | 46.67º | 0.56% | 0.19% | - |
| XYZ | 2.18 | 2.34 | 1.05 | - |
| YUV | 41.4 | 116.49 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 21 | 0 | 0.13 | 0.56 | 0.81 | 46.67 | 0.39 | 0.14 |
| Hex | 30 | 2A | 15 | 0 | D | 38 | 51 | 2F | 27 | E |
| Octal | 60 | 52 | 25 | 0 | 15 | 70 | 121 | 57 | 47 | 16 |
| Binary | 110000 | 101010 | 10101 | 0 | 1101 | 111000 | 1010001 | 101111 | 100111 | 1110 |
Color Harmonies of #302A15
Complementary color
Monochromatic Colors of #302A15
Black with #302A15
Text Example
Text Example
White with #302A15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A15; }
p { color: rgb(48,42,21); }
H1.HeaderClassName
{
color: #302A15;
}
.AnyTagClassName
{
color: #302A15;
}
</style>
background-color css
<style>
a { background-color: #302A15; }
a { background-color: rgb(48,42,21); }
div.DivClassName
{
background-color: #302A15;
}
.BgClassName
{
background-color: #302A15;
}
</style>
border-color css
<style>
span { border-color: #302A15; }
span { border-color: rgb(48,42,21); }
td.TdClassName
{
border-color: #302A15;
}
.TagClassName
{
border-color: #302A15;
}
</style>