Shades of Maire #302A05
Tints of Maire #302A05
RGB
CMYK
RGB Variations
Color information
#302A05 (or 0x302A05) is known color: Maire. HEX triplet: 30, 2A and 05. RGB value is (48,42,5). Sum of RGB (Red+Green+Blue) = 48+42+5=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 42 (16.80% from 255 or 44.21% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #302A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302A05 is #CFD5FA. Grayscale: #272727. Windows color (decimal): -13620731 or 338480. OLE color: 338480.
HSL color Cylindrical-coordinate representation of color #302A05: hue angle of 51.63º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #302A05 is Cyan = 0, Magento = 0.13, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 42 | 5 | - |
| CMYK | 0 | 0.13 | 0.90 | 0.81 |
| HSL | 51.63º | 0.81% | 0.1% | - |
| HSV(B) | 51.63º | 0.9% | 0.19% | - |
| XYZ | 2.07 | 2.3 | 0.48 | - |
| YUV | 39.58 | 108.49 | 134.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 42 | 5 | 0 | 0.13 | 0.90 | 0.81 | 51.63 | 0.81 | 0.1 |
| Hex | 30 | 2A | 5 | 0 | D | 5A | 51 | 34 | 51 | A |
| Octal | 60 | 52 | 5 | 0 | 15 | 132 | 121 | 64 | 121 | 12 |
| Binary | 110000 | 101010 | 101 | 0 | 1101 | 1011010 | 1010001 | 110100 | 1010001 | 1010 |
Color Harmonies of #302A05
Complementary color
Monochromatic Colors of #302A05
Black with #302A05
Text Example
Text Example
White with #302A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302A05; }
p { color: rgb(48,42,5); }
H1.HeaderClassName
{
color: #302A05;
}
.AnyTagClassName
{
color: #302A05;
}
</style>
background-color css
<style>
a { background-color: #302A05; }
a { background-color: rgb(48,42,5); }
div.DivClassName
{
background-color: #302A05;
}
.BgClassName
{
background-color: #302A05;
}
</style>
border-color css
<style>
span { border-color: #302A05; }
span { border-color: rgb(48,42,5); }
td.TdClassName
{
border-color: #302A05;
}
.TagClassName
{
border-color: #302A05;
}
</style>