Shades of Maire #333002
Tints of Maire #333002
RGB
CMYK
RGB Variations
Color information
#333002 (or 0x333002) is known color: Maire. HEX triplet: 33, 30 and 02. RGB value is (51,48,2). Sum of RGB (Red+Green+Blue) = 51+48+2=101 (13% of max value = 765). Red value is 51 (20.31% from 255 or 50.50% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 2 (1.17% from 255 or 1.98% from 101); Max value from RGB is 51 - color contains mainly: red. Hex color #333002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333002 is #CCCFFD. Grayscale: #2B2B2B. Windows color (decimal): -13422590 or 143411. OLE color: 143411.
HSL color Cylindrical-coordinate representation of color #333002: hue angle of 56.33º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #333002 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 48 | 2 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.8 |
| HSL | 56.33º | 0.92% | 0.1% | - |
| HSV(B) | 56.33º | 0.96% | 0.2% | - |
| XYZ | 2.43 | 2.82 | 0.47 | - |
| YUV | 43.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 2 | 0 | 0.06 | 0.96 | 0.8 | 56.33 | 0.92 | 0.1 |
| Hex | 33 | 30 | 2 | 0 | 6 | 60 | 50 | 38 | 5C | A |
| Octal | 63 | 60 | 2 | 0 | 6 | 140 | 120 | 70 | 134 | 12 |
| Binary | 110011 | 110000 | 10 | 0 | 110 | 1100000 | 1010000 | 111000 | 1011100 | 1010 |
Color Harmonies of #333002
Complementary color
Monochromatic Colors of #333002
Black with #333002
Text Example
Text Example
White with #333002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333002; }
p { color: rgb(51,48,2); }
H1.HeaderClassName
{
color: #333002;
}
.AnyTagClassName
{
color: #333002;
}
</style>
background-color css
<style>
a { background-color: #333002; }
a { background-color: rgb(51,48,2); }
div.DivClassName
{
background-color: #333002;
}
.BgClassName
{
background-color: #333002;
}
</style>
border-color css
<style>
span { border-color: #333002; }
span { border-color: rgb(51,48,2); }
td.TdClassName
{
border-color: #333002;
}
.TagClassName
{
border-color: #333002;
}
</style>