Shades of Mirage #333B41
Tints of Mirage #333B41
RGB
CMYK
RGB Variations
Color information
#333B41 (or 0x333B41) is known color: Mirage. HEX triplet: 33, 3B and 41. RGB value is (51,59,65). Sum of RGB (Red+Green+Blue) = 51+59+65=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 65 (25.78% from 255 or 37.14% from 175); Max value from RGB is 65 - color contains mainly: blue. Hex color #333B41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B41 is #CCC4BE. Grayscale: #393939. Windows color (decimal): -13419711 or 4274995. OLE color: 4274995.
HSL color Cylindrical-coordinate representation of color #333B41: hue angle of 205.71º 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 #333B41 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 59 | 65 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.75 |
| HSL | 205.71º | 0.12% | 0.23% | - |
| HSV(B) | 205.71º | 0.22% | 0.25% | - |
| XYZ | 3.88 | 4.21 | 5.61 | - |
| YUV | 57.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 59 | 65 | 0.22 | 0.09 | 0 | 0.75 | 205.71 | 0.12 | 0.23 |
| Hex | 33 | 3B | 41 | 16 | 9 | 0 | 4B | CE | C | 17 |
| Octal | 63 | 73 | 101 | 26 | 11 | 0 | 113 | 316 | 14 | 27 |
| Binary | 110011 | 111011 | 1000001 | 10110 | 1001 | 0 | 1001011 | 11001110 | 1100 | 10111 |
Color Harmonies of #333B41
Complementary color
Monochromatic Colors of #333B41
Black with #333B41
Text Example
Text Example
White with #333B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333B41; }
p { color: rgb(51,59,65); }
H1.HeaderClassName
{
color: #333B41;
}
.AnyTagClassName
{
color: #333B41;
}
</style>
background-color css
<style>
a { background-color: #333B41; }
a { background-color: rgb(51,59,65); }
div.DivClassName
{
background-color: #333B41;
}
.BgClassName
{
background-color: #333B41;
}
</style>
border-color css
<style>
span { border-color: #333B41; }
span { border-color: rgb(51,59,65); }
td.TdClassName
{
border-color: #333B41;
}
.TagClassName
{
border-color: #333B41;
}
</style>