Shades of Big Stone #303E48
Tints of Big Stone #303E48
RGB
CMYK
RGB Variations
Color information
#303E48 (or 0x303E48) is known color: Big Stone. HEX triplet: 30, 3E and 48. RGB value is (48,62,72). Sum of RGB (Red+Green+Blue) = 48+62+72=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 62 (24.61% from 255 or 34.07% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #303E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303E48 is #CFC1B7. Grayscale: #3A3A3A. Windows color (decimal): -13615544 or 4734512. OLE color: 4734512.
HSL color Cylindrical-coordinate representation of color #303E48: hue angle of 205º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303E48 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 62 | 72 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.72 |
| HSL | 205º | 0.2% | 0.24% | - |
| HSV(B) | 205º | 0.33% | 0.28% | - |
| XYZ | 4.11 | 4.54 | 6.79 | - |
| YUV | 58.95 | 135.36 | 120.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 62 | 72 | 0.33 | 0.14 | 0 | 0.72 | 205 | 0.2 | 0.24 |
| Hex | 30 | 3E | 48 | 21 | E | 0 | 48 | CD | 14 | 18 |
| Octal | 60 | 76 | 110 | 41 | 16 | 0 | 110 | 315 | 24 | 30 |
| Binary | 110000 | 111110 | 1001000 | 100001 | 1110 | 0 | 1001000 | 11001101 | 10100 | 11000 |
Color Harmonies of #303E48
Complementary color
Monochromatic Colors of #303E48
Black with #303E48
Text Example
Text Example
White with #303E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303E48; }
p { color: rgb(48,62,72); }
H1.HeaderClassName
{
color: #303E48;
}
.AnyTagClassName
{
color: #303E48;
}
</style>
background-color css
<style>
a { background-color: #303E48; }
a { background-color: rgb(48,62,72); }
div.DivClassName
{
background-color: #303E48;
}
.BgClassName
{
background-color: #303E48;
}
</style>
border-color css
<style>
span { border-color: #303E48; }
span { border-color: rgb(48,62,72); }
td.TdClassName
{
border-color: #303E48;
}
.TagClassName
{
border-color: #303E48;
}
</style>