Shades of Maire #30280A
Tints of Maire #30280A
RGB
CMYK
RGB Variations
Color information
#30280A (or 0x30280A) is known color: Maire. HEX triplet: 30, 28 and 0A. RGB value is (48,40,10). Sum of RGB (Red+Green+Blue) = 48+40+10=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 10 (4.30% from 255 or 10.20% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30280A is #CFD7F5. Grayscale: #272727. Windows color (decimal): -13621238 or 665648. OLE color: 665648.
HSL color Cylindrical-coordinate representation of color #30280A: hue angle of 47.37º 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 #30280A is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 40 | 10 | - |
| CMYK | 0 | 0.17 | 0.79 | 0.81 |
| HSL | 47.37º | 0.66% | 0.11% | - |
| HSV(B) | 47.37º | 0.79% | 0.19% | - |
| XYZ | 2.03 | 2.17 | 0.6 | - |
| YUV | 38.97 | 111.65 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 10 | 0 | 0.17 | 0.79 | 0.81 | 47.37 | 0.66 | 0.11 |
| Hex | 30 | 28 | A | 0 | 11 | 4F | 51 | 2F | 42 | B |
| Octal | 60 | 50 | 12 | 0 | 21 | 117 | 121 | 57 | 102 | 13 |
| Binary | 110000 | 101000 | 1010 | 0 | 10001 | 1001111 | 1010001 | 101111 | 1000010 | 1011 |
Color Harmonies of #30280A
Complementary color
Monochromatic Colors of #30280A
Black with #30280A
Text Example
Text Example
White with #30280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30280A; }
p { color: rgb(48,40,10); }
H1.HeaderClassName
{
color: #30280A;
}
.AnyTagClassName
{
color: #30280A;
}
</style>
background-color css
<style>
a { background-color: #30280A; }
a { background-color: rgb(48,40,10); }
div.DivClassName
{
background-color: #30280A;
}
.BgClassName
{
background-color: #30280A;
}
</style>
border-color css
<style>
span { border-color: #30280A; }
span { border-color: rgb(48,40,10); }
td.TdClassName
{
border-color: #30280A;
}
.TagClassName
{
border-color: #30280A;
}
</style>