Shades of Maire #30290C
Tints of Maire #30290C
RGB
CMYK
RGB Variations
Color information
#30290C (or 0x30290C) is known color: Maire. HEX triplet: 30, 29 and 0C. RGB value is (48,41,12). Sum of RGB (Red+Green+Blue) = 48+41+12=101 (13% of max value = 765). Red value is 48 (19.14% from 255 or 47.52% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 12 (5.08% from 255 or 11.88% from 101); Max value from RGB is 48 - color contains mainly: red. Hex color #30290C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30290C is #CFD6F3. Grayscale: #272727. Windows color (decimal): -13620980 or 796976. OLE color: 796976.
HSL color Cylindrical-coordinate representation of color #30290C: hue angle of 48.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #30290C is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 41 | 12 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.81 |
| HSL | 48.33º | 0.6% | 0.12% | - |
| HSV(B) | 48.33º | 0.75% | 0.19% | - |
| XYZ | 2.08 | 2.24 | 0.67 | - |
| YUV | 39.79 | 112.32 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 12 | 0 | 0.15 | 0.75 | 0.81 | 48.33 | 0.6 | 0.12 |
| Hex | 30 | 29 | C | 0 | F | 4B | 51 | 30 | 3C | C |
| Octal | 60 | 51 | 14 | 0 | 17 | 113 | 121 | 60 | 74 | 14 |
| Binary | 110000 | 101001 | 1100 | 0 | 1111 | 1001011 | 1010001 | 110000 | 111100 | 1100 |
Color Harmonies of #30290C
Complementary color
Monochromatic Colors of #30290C
Black with #30290C
Text Example
Text Example
White with #30290C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30290C; }
p { color: rgb(48,41,12); }
H1.HeaderClassName
{
color: #30290C;
}
.AnyTagClassName
{
color: #30290C;
}
</style>
background-color css
<style>
a { background-color: #30290C; }
a { background-color: rgb(48,41,12); }
div.DivClassName
{
background-color: #30290C;
}
.BgClassName
{
background-color: #30290C;
}
</style>
border-color css
<style>
span { border-color: #30290C; }
span { border-color: rgb(48,41,12); }
td.TdClassName
{
border-color: #30290C;
}
.TagClassName
{
border-color: #30290C;
}
</style>