Shades of Maire #30290B
Tints of Maire #30290B
RGB
CMYK
RGB Variations
Color information
#30290B (or 0x30290B) is known color: Maire. HEX triplet: 30, 29 and 0B. RGB value is (48,41,11). Sum of RGB (Red+Green+Blue) = 48+41+11=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 11 (4.69% from 255 or 11% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30290B is #CFD6F4. Grayscale: #272727. Windows color (decimal): -13620981 or 731440. OLE color: 731440.
HSL color Cylindrical-coordinate representation of color #30290B: hue angle of 48.65º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30290B is Cyan = 0, Magento = 0.15, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 41 | 11 | - |
| CMYK | 0 | 0.15 | 0.77 | 0.81 |
| HSL | 48.65º | 0.63% | 0.12% | - |
| HSV(B) | 48.65º | 0.77% | 0.19% | - |
| XYZ | 2.07 | 2.24 | 0.64 | - |
| YUV | 39.67 | 111.82 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 11 | 0 | 0.15 | 0.77 | 0.81 | 48.65 | 0.63 | 0.12 |
| Hex | 30 | 29 | B | 0 | F | 4D | 51 | 31 | 3F | C |
| Octal | 60 | 51 | 13 | 0 | 17 | 115 | 121 | 61 | 77 | 14 |
| Binary | 110000 | 101001 | 1011 | 0 | 1111 | 1001101 | 1010001 | 110001 | 111111 | 1100 |
Color Harmonies of #30290B
Complementary color
Monochromatic Colors of #30290B
Black with #30290B
Text Example
Text Example
White with #30290B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30290B; }
p { color: rgb(48,41,11); }
H1.HeaderClassName
{
color: #30290B;
}
.AnyTagClassName
{
color: #30290B;
}
</style>
background-color css
<style>
a { background-color: #30290B; }
a { background-color: rgb(48,41,11); }
div.DivClassName
{
background-color: #30290B;
}
.BgClassName
{
background-color: #30290B;
}
</style>
border-color css
<style>
span { border-color: #30290B; }
span { border-color: rgb(48,41,11); }
td.TdClassName
{
border-color: #30290B;
}
.TagClassName
{
border-color: #30290B;
}
</style>