Shades of Maire #33301F
Tints of Maire #33301F
RGB
CMYK
RGB Variations
Color information
#33301F (or 0x33301F) is known color: Maire. HEX triplet: 33, 30 and 1F. RGB value is (51,48,31). Sum of RGB (Red+Green+Blue) = 51+48+31=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 31 (12.5% from 255 or 23.85% from 130); Max value from RGB is 51 - color contains mainly: red. Hex color #33301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33301F is #CCCFE0. Grayscale: #2F2F2F. Windows color (decimal): -13422561 or 2043955. OLE color: 2043955.
HSL color Cylindrical-coordinate representation of color #33301F: hue angle of 51º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #33301F is Cyan = 0, Magento = 0.06, Yellow = 0.39 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 48 | 31 | - |
| CMYK | 0 | 0.06 | 0.39 | 0.8 |
| HSL | 51º | 0.24% | 0.16% | - |
| HSV(B) | 51º | 0.39% | 0.2% | - |
| XYZ | 2.67 | 2.92 | 1.72 | - |
| YUV | 46.96 | 118.99 | 130.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 31 | 0 | 0.06 | 0.39 | 0.8 | 51 | 0.24 | 0.16 |
| Hex | 33 | 30 | 1F | 0 | 6 | 27 | 50 | 33 | 18 | 10 |
| Octal | 63 | 60 | 37 | 0 | 6 | 47 | 120 | 63 | 30 | 20 |
| Binary | 110011 | 110000 | 11111 | 0 | 110 | 100111 | 1010000 | 110011 | 11000 | 10000 |
Color Harmonies of #33301F
Complementary color
Monochromatic Colors of #33301F
Black with #33301F
Text Example
Text Example
White with #33301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33301F; }
p { color: rgb(51,48,31); }
H1.HeaderClassName
{
color: #33301F;
}
.AnyTagClassName
{
color: #33301F;
}
</style>
background-color css
<style>
a { background-color: #33301F; }
a { background-color: rgb(51,48,31); }
div.DivClassName
{
background-color: #33301F;
}
.BgClassName
{
background-color: #33301F;
}
</style>
border-color css
<style>
span { border-color: #33301F; }
span { border-color: rgb(51,48,31); }
td.TdClassName
{
border-color: #33301F;
}
.TagClassName
{
border-color: #33301F;
}
</style>