Shades of Maire #302B03
Tints of Maire #302B03
RGB
CMYK
RGB Variations
Color information
#302B03 (or 0x302B03) is known color: Maire. HEX triplet: 30, 2B and 03. RGB value is (48,43,3). Sum of RGB (Red+Green+Blue) = 48+43+3=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 43 (17.19% from 255 or 45.74% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #302B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B03 is #CFD4FC. Grayscale: #282828. Windows color (decimal): -13620477 or 207664. OLE color: 207664.
HSL color Cylindrical-coordinate representation of color #302B03: hue angle of 53.33º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #302B03 is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 3 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.81 |
| HSL | 53.33º | 0.88% | 0.1% | - |
| HSV(B) | 53.33º | 0.94% | 0.19% | - |
| XYZ | 2.1 | 2.36 | 0.43 | - |
| YUV | 39.94 | 107.16 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 3 | 0 | 0.10 | 0.94 | 0.81 | 53.33 | 0.88 | 0.1 |
| Hex | 30 | 2B | 3 | 0 | A | 5E | 51 | 35 | 58 | A |
| Octal | 60 | 53 | 3 | 0 | 12 | 136 | 121 | 65 | 130 | 12 |
| Binary | 110000 | 101011 | 11 | 0 | 1010 | 1011110 | 1010001 | 110101 | 1011000 | 1010 |
Color Harmonies of #302B03
Complementary color
Monochromatic Colors of #302B03
Black with #302B03
Text Example
Text Example
White with #302B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B03; }
p { color: rgb(48,43,3); }
H1.HeaderClassName
{
color: #302B03;
}
.AnyTagClassName
{
color: #302B03;
}
</style>
background-color css
<style>
a { background-color: #302B03; }
a { background-color: rgb(48,43,3); }
div.DivClassName
{
background-color: #302B03;
}
.BgClassName
{
background-color: #302B03;
}
</style>
border-color css
<style>
span { border-color: #302B03; }
span { border-color: rgb(48,43,3); }
td.TdClassName
{
border-color: #302B03;
}
.TagClassName
{
border-color: #302B03;
}
</style>