Shades of Maire #302B0E
Tints of Maire #302B0E
RGB
CMYK
RGB Variations
Color information
#302B0E (or 0x302B0E) is known color: Maire. HEX triplet: 30, 2B and 0E. RGB value is (48,43,14). Sum of RGB (Red+Green+Blue) = 48+43+14=105 (13% of max value = 765). Red value is 48 (19.14% from 255 or 45.71% from 105); Green value is 43 (17.19% from 255 or 40.95% from 105); Blue value is 14 (5.86% from 255 or 13.33% from 105); Max value from RGB is 48 - color contains mainly: red. Hex color #302B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B0E is #CFD4F1. Grayscale: #292929. Windows color (decimal): -13620466 or 928560. OLE color: 928560.
HSL color Cylindrical-coordinate representation of color #302B0E: hue angle of 51.18º degrees, saturation: 0.55, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #302B0E is Cyan = 0, Magento = 0.10, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 14 | - |
| CMYK | 0 | 0.10 | 0.71 | 0.81 |
| HSL | 51.18º | 0.55% | 0.12% | - |
| HSV(B) | 51.18º | 0.71% | 0.19% | - |
| XYZ | 2.16 | 2.39 | 0.76 | - |
| YUV | 41.19 | 112.66 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 14 | 0 | 0.10 | 0.71 | 0.81 | 51.18 | 0.55 | 0.12 |
| Hex | 30 | 2B | E | 0 | A | 47 | 51 | 33 | 37 | C |
| Octal | 60 | 53 | 16 | 0 | 12 | 107 | 121 | 63 | 67 | 14 |
| Binary | 110000 | 101011 | 1110 | 0 | 1010 | 1000111 | 1010001 | 110011 | 110111 | 1100 |
Color Harmonies of #302B0E
Complementary color
Monochromatic Colors of #302B0E
Black with #302B0E
Text Example
Text Example
White with #302B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B0E; }
p { color: rgb(48,43,14); }
H1.HeaderClassName
{
color: #302B0E;
}
.AnyTagClassName
{
color: #302B0E;
}
</style>
background-color css
<style>
a { background-color: #302B0E; }
a { background-color: rgb(48,43,14); }
div.DivClassName
{
background-color: #302B0E;
}
.BgClassName
{
background-color: #302B0E;
}
</style>
border-color css
<style>
span { border-color: #302B0E; }
span { border-color: rgb(48,43,14); }
td.TdClassName
{
border-color: #302B0E;
}
.TagClassName
{
border-color: #302B0E;
}
</style>