Shades of Maire #30290A
Tints of Maire #30290A
RGB
CMYK
RGB Variations
Color information
#30290A (or 0x30290A) is known color: Maire. HEX triplet: 30, 29 and 0A. RGB value is (48,41,10). Sum of RGB (Red+Green+Blue) = 48+41+10=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 41 (16.41% from 255 or 41.41% from 99); Blue value is 10 (4.30% from 255 or 10.10% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30290A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30290A is #CFD6F5. Grayscale: #272727. Windows color (decimal): -13620982 or 665904. OLE color: 665904.
HSL color Cylindrical-coordinate representation of color #30290A: hue angle of 48.95º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30290A is Cyan = 0, Magento = 0.15, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 41 | 10 | - |
| CMYK | 0 | 0.15 | 0.79 | 0.81 |
| HSL | 48.95º | 0.66% | 0.11% | - |
| HSV(B) | 48.95º | 0.79% | 0.19% | - |
| XYZ | 2.07 | 2.24 | 0.61 | - |
| YUV | 39.56 | 111.32 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 10 | 0 | 0.15 | 0.79 | 0.81 | 48.95 | 0.66 | 0.11 |
| Hex | 30 | 29 | A | 0 | F | 4F | 51 | 31 | 42 | B |
| Octal | 60 | 51 | 12 | 0 | 17 | 117 | 121 | 61 | 102 | 13 |
| Binary | 110000 | 101001 | 1010 | 0 | 1111 | 1001111 | 1010001 | 110001 | 1000010 | 1011 |
Color Harmonies of #30290A
Complementary color
Monochromatic Colors of #30290A
Black with #30290A
Text Example
Text Example
White with #30290A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30290A; }
p { color: rgb(48,41,10); }
H1.HeaderClassName
{
color: #30290A;
}
.AnyTagClassName
{
color: #30290A;
}
</style>
background-color css
<style>
a { background-color: #30290A; }
a { background-color: rgb(48,41,10); }
div.DivClassName
{
background-color: #30290A;
}
.BgClassName
{
background-color: #30290A;
}
</style>
border-color css
<style>
span { border-color: #30290A; }
span { border-color: rgb(48,41,10); }
td.TdClassName
{
border-color: #30290A;
}
.TagClassName
{
border-color: #30290A;
}
</style>