Shades of Mirage #303A41
Tints of Mirage #303A41
RGB
CMYK
RGB Variations
Color information
#303A41 (or 0x303A41) is known color: Mirage. HEX triplet: 30, 3A and 41. RGB value is (48,58,65). Sum of RGB (Red+Green+Blue) = 48+58+65=171 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.07% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 65 (25.78% from 255 or 38.01% from 171); Max value from RGB is 65 - color contains mainly: blue. Hex color #303A41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A41 is #CFC5BE. Grayscale: #373737. Windows color (decimal): -13616575 or 4274736. OLE color: 4274736.
HSL color Cylindrical-coordinate representation of color #303A41: hue angle of 204.71º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #303A41 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 48 | 58 | 65 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.75 |
| HSL | 204.71º | 0.15% | 0.22% | - |
| HSV(B) | 204.71º | 0.26% | 0.25% | - |
| XYZ | 3.69 | 4.04 | 5.59 | - |
| YUV | 55.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 65 | 0.26 | 0.11 | 0 | 0.75 | 204.71 | 0.15 | 0.22 |
| Hex | 30 | 3A | 41 | 1A | B | 0 | 4B | CD | F | 16 |
| Octal | 60 | 72 | 101 | 32 | 13 | 0 | 113 | 315 | 17 | 26 |
| Binary | 110000 | 111010 | 1000001 | 11010 | 1011 | 0 | 1001011 | 11001101 | 1111 | 10110 |
Color Harmonies of #303A41
Complementary color
Monochromatic Colors of #303A41
Black with #303A41
Text Example
Text Example
White with #303A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A41; }
p { color: rgb(48,58,65); }
H1.HeaderClassName
{
color: #303A41;
}
.AnyTagClassName
{
color: #303A41;
}
</style>
background-color css
<style>
a { background-color: #303A41; }
a { background-color: rgb(48,58,65); }
div.DivClassName
{
background-color: #303A41;
}
.BgClassName
{
background-color: #303A41;
}
</style>
border-color css
<style>
span { border-color: #303A41; }
span { border-color: rgb(48,58,65); }
td.TdClassName
{
border-color: #303A41;
}
.TagClassName
{
border-color: #303A41;
}
</style>