Shades of Maire #302C03
Tints of Maire #302C03
RGB
CMYK
RGB Variations
Color information
#302C03 (or 0x302C03) is known color: Maire. HEX triplet: 30, 2C and 03. RGB value is (48,44,3). Sum of RGB (Red+Green+Blue) = 48+44+3=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 44 (17.58% from 255 or 46.32% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #302C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302C03 is #CFD3FC. Grayscale: #282828. Windows color (decimal): -13620221 or 207920. OLE color: 207920.
HSL color Cylindrical-coordinate representation of color #302C03: hue angle of 54.67º 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 #302C03 is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 44 | 3 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.81 |
| HSL | 54.67º | 0.88% | 0.1% | - |
| HSV(B) | 54.67º | 0.94% | 0.19% | - |
| XYZ | 2.14 | 2.44 | 0.44 | - |
| YUV | 40.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 44 | 3 | 0 | 0.08 | 0.94 | 0.81 | 54.67 | 0.88 | 0.1 |
| Hex | 30 | 2C | 3 | 0 | 8 | 5E | 51 | 37 | 58 | A |
| Octal | 60 | 54 | 3 | 0 | 10 | 136 | 121 | 67 | 130 | 12 |
| Binary | 110000 | 101100 | 11 | 0 | 1000 | 1011110 | 1010001 | 110111 | 1011000 | 1010 |
Color Harmonies of #302C03
Complementary color
Monochromatic Colors of #302C03
Black with #302C03
Text Example
Text Example
White with #302C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302C03; }
p { color: rgb(48,44,3); }
H1.HeaderClassName
{
color: #302C03;
}
.AnyTagClassName
{
color: #302C03;
}
</style>
background-color css
<style>
a { background-color: #302C03; }
a { background-color: rgb(48,44,3); }
div.DivClassName
{
background-color: #302C03;
}
.BgClassName
{
background-color: #302C03;
}
</style>
border-color css
<style>
span { border-color: #302C03; }
span { border-color: rgb(48,44,3); }
td.TdClassName
{
border-color: #302C03;
}
.TagClassName
{
border-color: #302C03;
}
</style>