Shades of Maire #302D0F
Tints of Maire #302D0F
RGB
CMYK
RGB Variations
Color information
#302D0F (or 0x302D0F) is known color: Maire. HEX triplet: 30, 2D and 0F. RGB value is (48,45,15). Sum of RGB (Red+Green+Blue) = 48+45+15=108 (14% of max value = 765). Red value is 48 (19.14% from 255 or 44.44% from 108); Green value is 45 (17.97% from 255 or 41.67% from 108); Blue value is 15 (6.25% from 255 or 13.89% from 108); Max value from RGB is 48 - color contains mainly: red. Hex color #302D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302D0F is #CFD2F0. Grayscale: #2A2A2A. Windows color (decimal): -13619953 or 994608. OLE color: 994608.
HSL color Cylindrical-coordinate representation of color #302D0F: hue angle of 54.55º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #302D0F is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 45 | 15 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.81 |
| HSL | 54.55º | 0.52% | 0.12% | - |
| HSV(B) | 54.55º | 0.69% | 0.19% | - |
| XYZ | 2.24 | 2.54 | 0.82 | - |
| YUV | 42.48 | 112.49 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 45 | 15 | 0 | 0.06 | 0.69 | 0.81 | 54.55 | 0.52 | 0.12 |
| Hex | 30 | 2D | F | 0 | 6 | 45 | 51 | 37 | 34 | C |
| Octal | 60 | 55 | 17 | 0 | 6 | 105 | 121 | 67 | 64 | 14 |
| Binary | 110000 | 101101 | 1111 | 0 | 110 | 1000101 | 1010001 | 110111 | 110100 | 1100 |
Color Harmonies of #302D0F
Complementary color
Monochromatic Colors of #302D0F
Black with #302D0F
Text Example
Text Example
White with #302D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302D0F; }
p { color: rgb(48,45,15); }
H1.HeaderClassName
{
color: #302D0F;
}
.AnyTagClassName
{
color: #302D0F;
}
</style>
background-color css
<style>
a { background-color: #302D0F; }
a { background-color: rgb(48,45,15); }
div.DivClassName
{
background-color: #302D0F;
}
.BgClassName
{
background-color: #302D0F;
}
</style>
border-color css
<style>
span { border-color: #302D0F; }
span { border-color: rgb(48,45,15); }
td.TdClassName
{
border-color: #302D0F;
}
.TagClassName
{
border-color: #302D0F;
}
</style>