Shades of Maire #333000
Tints of Maire #333000
RGB
CMYK
RGB Variations
Color information
#333000 (or 0x333000) is known color: Maire. HEX triplet: 33, 30 and 00. RGB value is (51,48,0). Sum of RGB (Red+Green+Blue) = 51+48+0=99 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51.52% from 99); Green value is 48 (19.14% from 255 or 48.48% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 51 - color contains mainly: red. Hex color #333000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333000 is #CCCFFF. Grayscale: #2B2B2B. Windows color (decimal): -13422592 or 12339. OLE color: 12339.
HSL color Cylindrical-coordinate representation of color #333000: hue angle of 56.47º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #333000 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 51 | 48 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.8 |
| HSL | 56.47º | 1% | 0.1% | - |
| HSV(B) | 56.47º | 1% | 0.2% | - |
| XYZ | 2.42 | 2.82 | 0.42 | - |
| YUV | 43.43 | 103.49 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 48 | 0 | 0 | 0.06 | 1 | 0.8 | 56.47 | 1 | 0.1 |
| Hex | 33 | 30 | 0 | 0 | 6 | 64 | 50 | 38 | 64 | A |
| Octal | 63 | 60 | 0 | 0 | 6 | 144 | 120 | 70 | 144 | 12 |
| Binary | 110011 | 110000 | 0 | 0 | 110 | 1100100 | 1010000 | 111000 | 1100100 | 1010 |
Color Harmonies of #333000
Complementary color
Monochromatic Colors of #333000
Black with #333000
Text Example
Text Example
White with #333000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333000; }
p { color: rgb(51,48,0); }
H1.HeaderClassName
{
color: #333000;
}
.AnyTagClassName
{
color: #333000;
}
</style>
background-color css
<style>
a { background-color: #333000; }
a { background-color: rgb(51,48,0); }
div.DivClassName
{
background-color: #333000;
}
.BgClassName
{
background-color: #333000;
}
</style>
border-color css
<style>
span { border-color: #333000; }
span { border-color: rgb(51,48,0); }
td.TdClassName
{
border-color: #333000;
}
.TagClassName
{
border-color: #333000;
}
</style>