Shades of Maire #302F01
Tints of Maire #302F01
RGB
CMYK
RGB Variations
Color information
#302F01 (or 0x302F01) is known color: Maire. HEX triplet: 30, 2F and 01. RGB value is (48,47,1). Sum of RGB (Red+Green+Blue) = 48+47+1=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 1 (0.78% from 255 or 1.04% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #302F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302F01 is #CFD0FE. Grayscale: #2A2A2A. Windows color (decimal): -13619455 or 77616. OLE color: 77616.
HSL color Cylindrical-coordinate representation of color #302F01: hue angle of 58.72º 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 #302F01 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 47 | 1 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.81 |
| HSL | 58.72º | 0.96% | 0.1% | - |
| HSV(B) | 58.72º | 0.98% | 0.19% | - |
| XYZ | 2.24 | 2.66 | 0.42 | - |
| YUV | 42.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 47 | 1 | 0 | 0.02 | 0.98 | 0.81 | 58.72 | 0.96 | 0.1 |
| Hex | 30 | 2F | 1 | 0 | 2 | 62 | 51 | 3B | 60 | A |
| Octal | 60 | 57 | 1 | 0 | 2 | 142 | 121 | 73 | 140 | 12 |
| Binary | 110000 | 101111 | 1 | 0 | 10 | 1100010 | 1010001 | 111011 | 1100000 | 1010 |
Color Harmonies of #302F01
Complementary color
Monochromatic Colors of #302F01
Black with #302F01
Text Example
Text Example
White with #302F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302F01; }
p { color: rgb(48,47,1); }
H1.HeaderClassName
{
color: #302F01;
}
.AnyTagClassName
{
color: #302F01;
}
</style>
background-color css
<style>
a { background-color: #302F01; }
a { background-color: rgb(48,47,1); }
div.DivClassName
{
background-color: #302F01;
}
.BgClassName
{
background-color: #302F01;
}
</style>
border-color css
<style>
span { border-color: #302F01; }
span { border-color: rgb(48,47,1); }
td.TdClassName
{
border-color: #302F01;
}
.TagClassName
{
border-color: #302F01;
}
</style>