Shades of Maire #302801
Tints of Maire #302801
RGB
CMYK
RGB Variations
Color information
#302801 (or 0x302801) is known color: Maire. HEX triplet: 30, 28 and 01. RGB value is (48,40,1). Sum of RGB (Red+Green+Blue) = 48+40+1=89 (11% of max value = 765). Red value is 48 (19.14% from 255 or 53.93% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 48 - color contains mainly: red. Hex color #302801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302801 is #CFD7FE. Grayscale: #262626. Windows color (decimal): -13621247 or 75824. OLE color: 75824.
HSL color Cylindrical-coordinate representation of color #302801: hue angle of 49.79º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #302801 is Cyan = 0, Magento = 0.17, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 40 | 1 | - |
| CMYK | 0 | 0.17 | 0.98 | 0.81 |
| HSL | 49.79º | 0.96% | 0.1% | - |
| HSV(B) | 49.79º | 0.98% | 0.19% | - |
| XYZ | 1.98 | 2.15 | 0.34 | - |
| YUV | 37.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 40 | 1 | 0 | 0.17 | 0.98 | 0.81 | 49.79 | 0.96 | 0.1 |
| Hex | 30 | 28 | 1 | 0 | 11 | 62 | 51 | 32 | 60 | A |
| Octal | 60 | 50 | 1 | 0 | 21 | 142 | 121 | 62 | 140 | 12 |
| Binary | 110000 | 101000 | 1 | 0 | 10001 | 1100010 | 1010001 | 110010 | 1100000 | 1010 |
Color Harmonies of #302801
Complementary color
Monochromatic Colors of #302801
Black with #302801
Text Example
Text Example
White with #302801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302801; }
p { color: rgb(48,40,1); }
H1.HeaderClassName
{
color: #302801;
}
.AnyTagClassName
{
color: #302801;
}
</style>
background-color css
<style>
a { background-color: #302801; }
a { background-color: rgb(48,40,1); }
div.DivClassName
{
background-color: #302801;
}
.BgClassName
{
background-color: #302801;
}
</style>
border-color css
<style>
span { border-color: #302801; }
span { border-color: rgb(48,40,1); }
td.TdClassName
{
border-color: #302801;
}
.TagClassName
{
border-color: #302801;
}
</style>