Shades of Maire #37300B
Tints of Maire #37300B
RGB
CMYK
RGB Variations
Color information
#37300B (or 0x37300B) is known color: Maire. HEX triplet: 37, 30 and 0B. RGB value is (55,48,11). Sum of RGB (Red+Green+Blue) = 55+48+11=114 (15% of max value = 765). Red value is 55 (21.88% from 255 or 48.25% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 11 (4.69% from 255 or 9.65% from 114); Max value from RGB is 55 - color contains mainly: red. Hex color #37300B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37300B is #C8CFF4. Grayscale: #2E2E2E. Windows color (decimal): -13160437 or 733239. OLE color: 733239.
HSL color Cylindrical-coordinate representation of color #37300B: hue angle of 50.45º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37300B is Cyan = 0, Magento = 0.13, Yellow = 0.8 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 48 | 11 | - |
| CMYK | 0 | 0.13 | 0.8 | 0.78 |
| HSL | 50.45º | 0.67% | 0.13% | - |
| HSV(B) | 50.45º | 0.8% | 0.22% | - |
| XYZ | 2.69 | 2.95 | 0.74 | - |
| YUV | 45.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 48 | 11 | 0 | 0.13 | 0.8 | 0.78 | 50.45 | 0.67 | 0.13 |
| Hex | 37 | 30 | B | 0 | D | 50 | 4E | 32 | 43 | D |
| Octal | 67 | 60 | 13 | 0 | 15 | 120 | 116 | 62 | 103 | 15 |
| Binary | 110111 | 110000 | 1011 | 0 | 1101 | 1010000 | 1001110 | 110010 | 1000011 | 1101 |
Color Harmonies of #37300B
Complementary color
Monochromatic Colors of #37300B
Black with #37300B
Text Example
Text Example
White with #37300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37300B; }
p { color: rgb(55,48,11); }
H1.HeaderClassName
{
color: #37300B;
}
.AnyTagClassName
{
color: #37300B;
}
</style>
background-color css
<style>
a { background-color: #37300B; }
a { background-color: rgb(55,48,11); }
div.DivClassName
{
background-color: #37300B;
}
.BgClassName
{
background-color: #37300B;
}
</style>
border-color css
<style>
span { border-color: #37300B; }
span { border-color: rgb(55,48,11); }
td.TdClassName
{
border-color: #37300B;
}
.TagClassName
{
border-color: #37300B;
}
</style>