Shades of Maire #302E05
Tints of Maire #302E05
RGB
CMYK
RGB Variations
Color information
#302E05 (or 0x302E05) is known color: Maire. HEX triplet: 30, 2E and 05. RGB value is (48,46,5). Sum of RGB (Red+Green+Blue) = 48+46+5=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 5 (2.34% from 255 or 5.05% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #302E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302E05 is #CFD1FA. Grayscale: #2A2A2A. Windows color (decimal): -13619707 or 339504. OLE color: 339504.
HSL color Cylindrical-coordinate representation of color #302E05: hue angle of 57.21º 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 #302E05 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 46 | 5 | - |
| CMYK | 0 | 0.04 | 0.90 | 0.81 |
| HSL | 57.21º | 0.81% | 0.1% | - |
| HSV(B) | 57.21º | 0.9% | 0.19% | - |
| XYZ | 2.22 | 2.59 | 0.53 | - |
| YUV | 41.92 | 107.16 | 132.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 46 | 5 | 0 | 0.04 | 0.90 | 0.81 | 57.21 | 0.81 | 0.1 |
| Hex | 30 | 2E | 5 | 0 | 4 | 5A | 51 | 39 | 51 | A |
| Octal | 60 | 56 | 5 | 0 | 4 | 132 | 121 | 71 | 121 | 12 |
| Binary | 110000 | 101110 | 101 | 0 | 100 | 1011010 | 1010001 | 111001 | 1010001 | 1010 |
Color Harmonies of #302E05
Complementary color
Monochromatic Colors of #302E05
Black with #302E05
Text Example
Text Example
White with #302E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302E05; }
p { color: rgb(48,46,5); }
H1.HeaderClassName
{
color: #302E05;
}
.AnyTagClassName
{
color: #302E05;
}
</style>
background-color css
<style>
a { background-color: #302E05; }
a { background-color: rgb(48,46,5); }
div.DivClassName
{
background-color: #302E05;
}
.BgClassName
{
background-color: #302E05;
}
</style>
border-color css
<style>
span { border-color: #302E05; }
span { border-color: rgb(48,46,5); }
td.TdClassName
{
border-color: #302E05;
}
.TagClassName
{
border-color: #302E05;
}
</style>