Shades of Maire #302B06
Tints of Maire #302B06
RGB
CMYK
RGB Variations
Color information
#302B06 (or 0x302B06) is known color: Maire. HEX triplet: 30, 2B and 06. RGB value is (48,43,6). Sum of RGB (Red+Green+Blue) = 48+43+6=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 43 (17.19% from 255 or 44.33% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #302B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B06 is #CFD4F9. Grayscale: #282828. Windows color (decimal): -13620474 or 404272. OLE color: 404272.
HSL color Cylindrical-coordinate representation of color #302B06: hue angle of 52.86º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #302B06 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 6 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.81 |
| HSL | 52.86º | 0.78% | 0.11% | - |
| HSV(B) | 52.86º | 0.88% | 0.19% | - |
| XYZ | 2.12 | 2.37 | 0.52 | - |
| YUV | 40.28 | 108.66 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 6 | 0 | 0.10 | 0.87 | 0.81 | 52.86 | 0.78 | 0.11 |
| Hex | 30 | 2B | 6 | 0 | A | 57 | 51 | 35 | 4E | B |
| Octal | 60 | 53 | 6 | 0 | 12 | 127 | 121 | 65 | 116 | 13 |
| Binary | 110000 | 101011 | 110 | 0 | 1010 | 1010111 | 1010001 | 110101 | 1001110 | 1011 |
Color Harmonies of #302B06
Complementary color
Monochromatic Colors of #302B06
Black with #302B06
Text Example
Text Example
White with #302B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B06; }
p { color: rgb(48,43,6); }
H1.HeaderClassName
{
color: #302B06;
}
.AnyTagClassName
{
color: #302B06;
}
</style>
background-color css
<style>
a { background-color: #302B06; }
a { background-color: rgb(48,43,6); }
div.DivClassName
{
background-color: #302B06;
}
.BgClassName
{
background-color: #302B06;
}
</style>
border-color css
<style>
span { border-color: #302B06; }
span { border-color: rgb(48,43,6); }
td.TdClassName
{
border-color: #302B06;
}
.TagClassName
{
border-color: #302B06;
}
</style>