Shades of Mirage #333C41
Tints of Mirage #333C41
RGB
CMYK
RGB Variations
Color information
#333C41 (or 0x333C41) is known color: Mirage. HEX triplet: 33, 3C and 41. RGB value is (51,60,65). Sum of RGB (Red+Green+Blue) = 51+60+65=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 65 (25.78% from 255 or 36.93% from 176); Max value from RGB is 65 - color contains mainly: blue. Hex color #333C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C41 is #CCC3BE. Grayscale: #393939. Windows color (decimal): -13419455 or 4275251. OLE color: 4275251.
HSL color Cylindrical-coordinate representation of color #333C41: hue angle of 201.43º degrees, saturation: 0.12, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #333C41 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 60 | 65 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.75 |
| HSL | 201.43º | 0.12% | 0.23% | - |
| HSV(B) | 201.43º | 0.22% | 0.25% | - |
| XYZ | 3.94 | 4.32 | 5.63 | - |
| YUV | 57.88 | 132.02 | 123.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 60 | 65 | 0.22 | 0.08 | 0 | 0.75 | 201.43 | 0.12 | 0.23 |
| Hex | 33 | 3C | 41 | 16 | 8 | 0 | 4B | C9 | C | 17 |
| Octal | 63 | 74 | 101 | 26 | 10 | 0 | 113 | 311 | 14 | 27 |
| Binary | 110011 | 111100 | 1000001 | 10110 | 1000 | 0 | 1001011 | 11001001 | 1100 | 10111 |
Color Harmonies of #333C41
Complementary color
Monochromatic Colors of #333C41
Black with #333C41
Text Example
Text Example
White with #333C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333C41; }
p { color: rgb(51,60,65); }
H1.HeaderClassName
{
color: #333C41;
}
.AnyTagClassName
{
color: #333C41;
}
</style>
background-color css
<style>
a { background-color: #333C41; }
a { background-color: rgb(51,60,65); }
div.DivClassName
{
background-color: #333C41;
}
.BgClassName
{
background-color: #333C41;
}
</style>
border-color css
<style>
span { border-color: #333C41; }
span { border-color: rgb(51,60,65); }
td.TdClassName
{
border-color: #333C41;
}
.TagClassName
{
border-color: #333C41;
}
</style>