Shades of Maire #33300F
Tints of Maire #33300F
RGB
CMYK
RGB Variations
Color information
#33300F (or 0x33300F) is known color: Maire. HEX triplet: 33, 30 and 0F. RGB value is (51,48,15). Sum of RGB (Red+Green+Blue) = 51+48+15=114 (15% of max value = 765). Red value is 51 (20.31% from 255 or 44.74% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 15 (6.25% from 255 or 13.16% from 114); Max value from RGB is 51 - color contains mainly: red. Hex color #33300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #33300F is #CCCFF0. Grayscale: #2D2D2D. Windows color (decimal): -13422577 or 995379. OLE color: 995379.
HSL color Cylindrical-coordinate representation of color #33300F: hue angle of 55º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33300F is Cyan = 0, Magento = 0.06, Yellow = 0.71 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 48 | 15 | - |
| CMYK | 0 | 0.06 | 0.71 | 0.8 |
| HSL | 55º | 0.55% | 0.13% | - |
| HSV(B) | 55º | 0.71% | 0.2% | - |
| XYZ | 2.51 | 2.85 | 0.87 | - |
| YUV | 45.14 | 110.99 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 15 | 0 | 0.06 | 0.71 | 0.8 | 55 | 0.55 | 0.13 |
| Hex | 33 | 30 | F | 0 | 6 | 47 | 50 | 37 | 37 | D |
| Octal | 63 | 60 | 17 | 0 | 6 | 107 | 120 | 67 | 67 | 15 |
| Binary | 110011 | 110000 | 1111 | 0 | 110 | 1000111 | 1010000 | 110111 | 110111 | 1101 |
Color Harmonies of #33300F
Complementary color
Monochromatic Colors of #33300F
Black with #33300F
Text Example
Text Example
White with #33300F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33300F; }
p { color: rgb(51,48,15); }
H1.HeaderClassName
{
color: #33300F;
}
.AnyTagClassName
{
color: #33300F;
}
</style>
background-color css
<style>
a { background-color: #33300F; }
a { background-color: rgb(51,48,15); }
div.DivClassName
{
background-color: #33300F;
}
.BgClassName
{
background-color: #33300F;
}
</style>
border-color css
<style>
span { border-color: #33300F; }
span { border-color: rgb(51,48,15); }
td.TdClassName
{
border-color: #33300F;
}
.TagClassName
{
border-color: #33300F;
}
</style>