Shades of Maire #302C1C
Tints of Maire #302C1C
RGB
CMYK
RGB Variations
Color information
#302C1C (or 0x302C1C) is known color: Maire. HEX triplet: 30, 2C and 1C. RGB value is (48,44,28). Sum of RGB (Red+Green+Blue) = 48+44+28=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 44 (17.58% from 255 or 36.67% from 120); Blue value is 28 (11.33% from 255 or 23.33% from 120); Max value from RGB is 48 - color contains mainly: red. Hex color #302C1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302C1C is #CFD3E3. Grayscale: #2B2B2B. Windows color (decimal): -13620196 or 1846320. OLE color: 1846320.
HSL color Cylindrical-coordinate representation of color #302C1C: hue angle of 48º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #302C1C is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 44 | 28 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.81 |
| HSL | 48º | 0.26% | 0.15% | - |
| HSV(B) | 48º | 0.42% | 0.19% | - |
| XYZ | 2.33 | 2.51 | 1.46 | - |
| YUV | 43.37 | 119.33 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 28 | 0 | 0.08 | 0.42 | 0.81 | 48 | 0.26 | 0.15 |
| Hex | 30 | 2C | 1C | 0 | 8 | 2A | 51 | 30 | 1A | F |
| Octal | 60 | 54 | 34 | 0 | 10 | 52 | 121 | 60 | 32 | 17 |
| Binary | 110000 | 101100 | 11100 | 0 | 1000 | 101010 | 1010001 | 110000 | 11010 | 1111 |
Color Harmonies of #302C1C
Complementary color
Monochromatic Colors of #302C1C
Black with #302C1C
Text Example
Text Example
White with #302C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C1C; }
p { color: rgb(48,44,28); }
H1.HeaderClassName
{
color: #302C1C;
}
.AnyTagClassName
{
color: #302C1C;
}
</style>
background-color css
<style>
a { background-color: #302C1C; }
a { background-color: rgb(48,44,28); }
div.DivClassName
{
background-color: #302C1C;
}
.BgClassName
{
background-color: #302C1C;
}
</style>
border-color css
<style>
span { border-color: #302C1C; }
span { border-color: rgb(48,44,28); }
td.TdClassName
{
border-color: #302C1C;
}
.TagClassName
{
border-color: #302C1C;
}
</style>