Shades of Maire #302B18
Tints of Maire #302B18
RGB
CMYK
RGB Variations
Color information
#302B18 (or 0x302B18) is known color: Maire. HEX triplet: 30, 2B and 18. RGB value is (48,43,24). Sum of RGB (Red+Green+Blue) = 48+43+24=115 (15% of max value = 765). Red value is 48 (19.14% from 255 or 41.74% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 24 (9.77% from 255 or 20.87% from 115); Max value from RGB is 48 - color contains mainly: red. Hex color #302B18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B18 is #CFD4E7. Grayscale: #2A2A2A. Windows color (decimal): -13620456 or 1583920. OLE color: 1583920.
HSL color Cylindrical-coordinate representation of color #302B18: hue angle of 47.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #302B18 is Cyan = 0, Magento = 0.10, Yellow = 0.5 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 24 | - |
| CMYK | 0 | 0.10 | 0.5 | 0.81 |
| HSL | 47.5º | 0.33% | 0.14% | - |
| HSV(B) | 47.5º | 0.5% | 0.19% | - |
| XYZ | 2.25 | 2.42 | 1.21 | - |
| YUV | 42.33 | 117.66 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 24 | 0 | 0.10 | 0.5 | 0.81 | 47.5 | 0.33 | 0.14 |
| Hex | 30 | 2B | 18 | 0 | A | 32 | 51 | 30 | 21 | E |
| Octal | 60 | 53 | 30 | 0 | 12 | 62 | 121 | 60 | 41 | 16 |
| Binary | 110000 | 101011 | 11000 | 0 | 1010 | 110010 | 1010001 | 110000 | 100001 | 1110 |
Color Harmonies of #302B18
Complementary color
Monochromatic Colors of #302B18
Black with #302B18
Text Example
Text Example
White with #302B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B18; }
p { color: rgb(48,43,24); }
H1.HeaderClassName
{
color: #302B18;
}
.AnyTagClassName
{
color: #302B18;
}
</style>
background-color css
<style>
a { background-color: #302B18; }
a { background-color: rgb(48,43,24); }
div.DivClassName
{
background-color: #302B18;
}
.BgClassName
{
background-color: #302B18;
}
</style>
border-color css
<style>
span { border-color: #302B18; }
span { border-color: rgb(48,43,24); }
td.TdClassName
{
border-color: #302B18;
}
.TagClassName
{
border-color: #302B18;
}
</style>