Shades of Big Stone #303F48
Tints of Big Stone #303F48
RGB
CMYK
RGB Variations
Color information
#303F48 (or 0x303F48) is known color: Big Stone. HEX triplet: 30, 3F and 48. RGB value is (48,63,72). Sum of RGB (Red+Green+Blue) = 48+63+72=183 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.23% from 183); Green value is 63 (25% from 255 or 34.43% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #303F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F48 is #CFC0B7. Grayscale: #3B3B3B. Windows color (decimal): -13615288 or 4734768. OLE color: 4734768.
HSL color Cylindrical-coordinate representation of color #303F48: hue angle of 202.5º 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 #303F48 is Cyan = 0.33, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 63 | 72 | - |
| CMYK | 0.33 | 0.12 | 0 | 0.72 |
| HSL | 202.5º | 0.2% | 0.24% | - |
| HSV(B) | 202.5º | 0.33% | 0.28% | - |
| XYZ | 4.17 | 4.65 | 6.81 | - |
| YUV | 59.54 | 135.03 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 63 | 72 | 0.33 | 0.12 | 0 | 0.72 | 202.5 | 0.2 | 0.24 |
| Hex | 30 | 3F | 48 | 21 | C | 0 | 48 | CA | 14 | 18 |
| Octal | 60 | 77 | 110 | 41 | 14 | 0 | 110 | 312 | 24 | 30 |
| Binary | 110000 | 111111 | 1001000 | 100001 | 1100 | 0 | 1001000 | 11001010 | 10100 | 11000 |
Color Harmonies of #303F48
Complementary color
Monochromatic Colors of #303F48
Black with #303F48
Text Example
Text Example
White with #303F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303F48; }
p { color: rgb(48,63,72); }
H1.HeaderClassName
{
color: #303F48;
}
.AnyTagClassName
{
color: #303F48;
}
</style>
background-color css
<style>
a { background-color: #303F48; }
a { background-color: rgb(48,63,72); }
div.DivClassName
{
background-color: #303F48;
}
.BgClassName
{
background-color: #303F48;
}
</style>
border-color css
<style>
span { border-color: #303F48; }
span { border-color: rgb(48,63,72); }
td.TdClassName
{
border-color: #303F48;
}
.TagClassName
{
border-color: #303F48;
}
</style>