Shades of Maire #302502
Tints of Maire #302502
RGB
CMYK
RGB Variations
Color information
#302502 (or 0x302502) is known color: Maire. HEX triplet: 30, 25 and 02. RGB value is (48,37,2). Sum of RGB (Red+Green+Blue) = 48+37+2=87 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.17% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 48 - color contains mainly: red. Hex color #302502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302502 is #CFDAFD. Grayscale: #242424. Windows color (decimal): -13622014 or 140592. OLE color: 140592.
HSL color Cylindrical-coordinate representation of color #302502: hue angle of 45.65º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #302502 is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 37 | 2 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.81 |
| HSL | 45.65º | 0.92% | 0.1% | - |
| HSV(B) | 45.65º | 0.96% | 0.19% | - |
| XYZ | 1.89 | 1.96 | 0.34 | - |
| YUV | 36.3 | 108.64 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 37 | 2 | 0 | 0.23 | 0.96 | 0.81 | 45.65 | 0.92 | 0.1 |
| Hex | 30 | 25 | 2 | 0 | 17 | 60 | 51 | 2E | 5C | A |
| Octal | 60 | 45 | 2 | 0 | 27 | 140 | 121 | 56 | 134 | 12 |
| Binary | 110000 | 100101 | 10 | 0 | 10111 | 1100000 | 1010001 | 101110 | 1011100 | 1010 |
Color Harmonies of #302502
Complementary color
Monochromatic Colors of #302502
Black with #302502
Text Example
Text Example
White with #302502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302502; }
p { color: rgb(48,37,2); }
H1.HeaderClassName
{
color: #302502;
}
.AnyTagClassName
{
color: #302502;
}
</style>
background-color css
<style>
a { background-color: #302502; }
a { background-color: rgb(48,37,2); }
div.DivClassName
{
background-color: #302502;
}
.BgClassName
{
background-color: #302502;
}
</style>
border-color css
<style>
span { border-color: #302502; }
span { border-color: rgb(48,37,2); }
td.TdClassName
{
border-color: #302502;
}
.TagClassName
{
border-color: #302502;
}
</style>