Shades of Maire #302B13
Tints of Maire #302B13
RGB
CMYK
RGB Variations
Color information
#302B13 (or 0x302B13) is known color: Maire. HEX triplet: 30, 2B and 13. RGB value is (48,43,19). Sum of RGB (Red+Green+Blue) = 48+43+19=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 19 (7.81% from 255 or 17.27% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #302B13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #302B13 is #CFD4EC. Grayscale: #292929. Windows color (decimal): -13620461 or 1256240. OLE color: 1256240.
HSL color Cylindrical-coordinate representation of color #302B13: hue angle of 49.66º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #302B13 is Cyan = 0, Magento = 0.10, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 43 | 19 | - |
| CMYK | 0 | 0.10 | 0.60 | 0.81 |
| HSL | 49.66º | 0.43% | 0.13% | - |
| HSV(B) | 49.66º | 0.6% | 0.19% | - |
| XYZ | 2.2 | 2.4 | 0.96 | - |
| YUV | 41.76 | 115.16 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 43 | 19 | 0 | 0.10 | 0.60 | 0.81 | 49.66 | 0.43 | 0.13 |
| Hex | 30 | 2B | 13 | 0 | A | 3C | 51 | 32 | 2B | D |
| Octal | 60 | 53 | 23 | 0 | 12 | 74 | 121 | 62 | 53 | 15 |
| Binary | 110000 | 101011 | 10011 | 0 | 1010 | 111100 | 1010001 | 110010 | 101011 | 1101 |
Color Harmonies of #302B13
Complementary color
Monochromatic Colors of #302B13
Black with #302B13
Text Example
Text Example
White with #302B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #302B13; }
p { color: rgb(48,43,19); }
H1.HeaderClassName
{
color: #302B13;
}
.AnyTagClassName
{
color: #302B13;
}
</style>
background-color css
<style>
a { background-color: #302B13; }
a { background-color: rgb(48,43,19); }
div.DivClassName
{
background-color: #302B13;
}
.BgClassName
{
background-color: #302B13;
}
</style>
border-color css
<style>
span { border-color: #302B13; }
span { border-color: rgb(48,43,19); }
td.TdClassName
{
border-color: #302B13;
}
.TagClassName
{
border-color: #302B13;
}
</style>