Shades of Maire #302903
Tints of Maire #302903
RGB
CMYK
RGB Variations
Color information
#302903 (or 0x302903) is known color: Maire. HEX triplet: 30, 29 and 03. RGB value is (48,41,3). Sum of RGB (Red+Green+Blue) = 48+41+3=92 (12% of max value = 765). Red value is 48 (19.14% from 255 or 52.17% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 3 (1.56% from 255 or 3.26% from 92); Max value from RGB is 48 - color contains mainly: red. Hex color #302903 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302903 is #CFD6FC. Grayscale: #262626. Windows color (decimal): -13620989 or 207152. OLE color: 207152.
HSL color Cylindrical-coordinate representation of color #302903: hue angle of 50.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 #302903 is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 41 | 3 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.81 |
| HSL | 50.67º | 0.88% | 0.1% | - |
| HSV(B) | 50.67º | 0.94% | 0.19% | - |
| XYZ | 2.03 | 2.22 | 0.41 | - |
| YUV | 38.76 | 107.82 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 41 | 3 | 0 | 0.15 | 0.94 | 0.81 | 50.67 | 0.88 | 0.1 |
| Hex | 30 | 29 | 3 | 0 | F | 5E | 51 | 33 | 58 | A |
| Octal | 60 | 51 | 3 | 0 | 17 | 136 | 121 | 63 | 130 | 12 |
| Binary | 110000 | 101001 | 11 | 0 | 1111 | 1011110 | 1010001 | 110011 | 1011000 | 1010 |
Color Harmonies of #302903
Complementary color
Monochromatic Colors of #302903
Black with #302903
Text Example
Text Example
White with #302903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302903; }
p { color: rgb(48,41,3); }
H1.HeaderClassName
{
color: #302903;
}
.AnyTagClassName
{
color: #302903;
}
</style>
background-color css
<style>
a { background-color: #302903; }
a { background-color: rgb(48,41,3); }
div.DivClassName
{
background-color: #302903;
}
.BgClassName
{
background-color: #302903;
}
</style>
border-color css
<style>
span { border-color: #302903; }
span { border-color: rgb(48,41,3); }
td.TdClassName
{
border-color: #302903;
}
.TagClassName
{
border-color: #302903;
}
</style>