Shades of Maire #302B1C
Tints of Maire #302B1C
RGB
CMYK
RGB Variations
Color information
#302B1C (or 0x302B1C) is known color: Maire. HEX triplet: 30, 2B and 1C. RGB value is (48,43,28). Sum of RGB (Red+Green+Blue) = 48+43+28=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 28 (11.33% from 255 or 23.53% from 119); Max value from RGB is 48 - color contains mainly: red. Hex color #302B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302B1C is #CFD4E3. Grayscale: #2A2A2A. Windows color (decimal): -13620452 or 1846064. OLE color: 1846064.
HSL color Cylindrical-coordinate representation of color #302B1C: hue angle of 45º 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 #302B1C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 28 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.81 |
| HSL | 45º | 0.26% | 0.15% | - |
| HSV(B) | 45º | 0.42% | 0.19% | - |
| XYZ | 2.29 | 2.44 | 1.45 | - |
| YUV | 42.79 | 119.66 | 131.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 28 | 0 | 0.10 | 0.42 | 0.81 | 45 | 0.26 | 0.15 |
| Hex | 30 | 2B | 1C | 0 | A | 2A | 51 | 2D | 1A | F |
| Octal | 60 | 53 | 34 | 0 | 12 | 52 | 121 | 55 | 32 | 17 |
| Binary | 110000 | 101011 | 11100 | 0 | 1010 | 101010 | 1010001 | 101101 | 11010 | 1111 |
Color Harmonies of #302B1C
Complementary color
Monochromatic Colors of #302B1C
Black with #302B1C
Text Example
Text Example
White with #302B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B1C; }
p { color: rgb(48,43,28); }
H1.HeaderClassName
{
color: #302B1C;
}
.AnyTagClassName
{
color: #302B1C;
}
</style>
background-color css
<style>
a { background-color: #302B1C; }
a { background-color: rgb(48,43,28); }
div.DivClassName
{
background-color: #302B1C;
}
.BgClassName
{
background-color: #302B1C;
}
</style>
border-color css
<style>
span { border-color: #302B1C; }
span { border-color: rgb(48,43,28); }
td.TdClassName
{
border-color: #302B1C;
}
.TagClassName
{
border-color: #302B1C;
}
</style>