Shades of Mirage #303A42
Tints of Mirage #303A42
RGB
CMYK
RGB Variations
Color information
#303A42 (or 0x303A42) is known color: Mirage. HEX triplet: 30, 3A and 42. RGB value is (48,58,66). Sum of RGB (Red+Green+Blue) = 48+58+66=172 (22% of max value = 765). Red value is 48 (19.14% from 255 or 27.91% from 172); Green value is 58 (23.05% from 255 or 33.72% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 66 - color contains mainly: blue. Hex color #303A42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303A42 is #CFC5BD. Grayscale: #373737. Windows color (decimal): -13616574 or 4340272. OLE color: 4340272.
HSL color Cylindrical-coordinate representation of color #303A42: hue angle of 206.67º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #303A42 is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 48 | 58 | 66 | - |
| CMYK | 0.27 | 0.12 | 0 | 0.74 |
| HSL | 206.67º | 0.16% | 0.22% | - |
| HSV(B) | 206.67º | 0.27% | 0.26% | - |
| XYZ | 3.72 | 4.05 | 5.74 | - |
| YUV | 55.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 58 | 66 | 0.27 | 0.12 | 0 | 0.74 | 206.67 | 0.16 | 0.22 |
| Hex | 30 | 3A | 42 | 1B | C | 0 | 4A | CF | 10 | 16 |
| Octal | 60 | 72 | 102 | 33 | 14 | 0 | 112 | 317 | 20 | 26 |
| Binary | 110000 | 111010 | 1000010 | 11011 | 1100 | 0 | 1001010 | 11001111 | 10000 | 10110 |
Color Harmonies of #303A42
Complementary color
Monochromatic Colors of #303A42
Black with #303A42
Text Example
Text Example
White with #303A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303A42; }
p { color: rgb(48,58,66); }
H1.HeaderClassName
{
color: #303A42;
}
.AnyTagClassName
{
color: #303A42;
}
</style>
background-color css
<style>
a { background-color: #303A42; }
a { background-color: rgb(48,58,66); }
div.DivClassName
{
background-color: #303A42;
}
.BgClassName
{
background-color: #303A42;
}
</style>
border-color css
<style>
span { border-color: #303A42; }
span { border-color: rgb(48,58,66); }
td.TdClassName
{
border-color: #303A42;
}
.TagClassName
{
border-color: #303A42;
}
</style>