Shades of Maire #302D0A
Tints of Maire #302D0A
RGB
CMYK
RGB Variations
Color information
#302D0A (or 0x302D0A) is known color: Maire. HEX triplet: 30, 2D and 0A. RGB value is (48,45,10). Sum of RGB (Red+Green+Blue) = 48+45+10=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 45 (17.97% from 255 or 43.69% from 103); Blue value is 10 (4.30% from 255 or 9.71% from 103); Max value from RGB is 48 - color contains mainly: red. Hex color #302D0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D0A is #CFD2F5. Grayscale: #2A2A2A. Windows color (decimal): -13619958 or 666928. OLE color: 666928.
HSL color Cylindrical-coordinate representation of color #302D0A: hue angle of 55.26º 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 #302D0A is Cyan = 0, Magento = 0.06, Yellow = 0.79 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 45 | 10 | - |
| CMYK | 0 | 0.06 | 0.79 | 0.81 |
| HSL | 55.26º | 0.66% | 0.11% | - |
| HSV(B) | 55.26º | 0.79% | 0.19% | - |
| XYZ | 2.21 | 2.53 | 0.66 | - |
| YUV | 41.91 | 109.99 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 10 | 0 | 0.06 | 0.79 | 0.81 | 55.26 | 0.66 | 0.11 |
| Hex | 30 | 2D | A | 0 | 6 | 4F | 51 | 37 | 42 | B |
| Octal | 60 | 55 | 12 | 0 | 6 | 117 | 121 | 67 | 102 | 13 |
| Binary | 110000 | 101101 | 1010 | 0 | 110 | 1001111 | 1010001 | 110111 | 1000010 | 1011 |
Color Harmonies of #302D0A
Complementary color
Monochromatic Colors of #302D0A
Black with #302D0A
Text Example
Text Example
White with #302D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D0A; }
p { color: rgb(48,45,10); }
H1.HeaderClassName
{
color: #302D0A;
}
.AnyTagClassName
{
color: #302D0A;
}
</style>
background-color css
<style>
a { background-color: #302D0A; }
a { background-color: rgb(48,45,10); }
div.DivClassName
{
background-color: #302D0A;
}
.BgClassName
{
background-color: #302D0A;
}
</style>
border-color css
<style>
span { border-color: #302D0A; }
span { border-color: rgb(48,45,10); }
td.TdClassName
{
border-color: #302D0A;
}
.TagClassName
{
border-color: #302D0A;
}
</style>