Shades of Big Stone #304248
Tints of Big Stone #304248
RGB
CMYK
RGB Variations
Color information
#304248 (or 0x304248) is known color: Big Stone. HEX triplet: 30, 42 and 48. RGB value is (48,66,72). Sum of RGB (Red+Green+Blue) = 48+66+72=186 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.81% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #304248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304248 is #CFBDB7. Grayscale: #3D3D3D. Windows color (decimal): -13614520 or 4735536. OLE color: 4735536.
HSL color Cylindrical-coordinate representation of color #304248: hue angle of 195º 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 #304248 is Cyan = 0.33, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 66 | 72 | - |
| CMYK | 0.33 | 0.08 | 0 | 0.72 |
| HSL | 195º | 0.2% | 0.24% | - |
| HSV(B) | 195º | 0.33% | 0.28% | - |
| XYZ | 4.34 | 4.99 | 6.87 | - |
| YUV | 61.3 | 134.04 | 118.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 72 | 0.33 | 0.08 | 0 | 0.72 | 195 | 0.2 | 0.24 |
| Hex | 30 | 42 | 48 | 21 | 8 | 0 | 48 | C3 | 14 | 18 |
| Octal | 60 | 102 | 110 | 41 | 10 | 0 | 110 | 303 | 24 | 30 |
| Binary | 110000 | 1000010 | 1001000 | 100001 | 1000 | 0 | 1001000 | 11000011 | 10100 | 11000 |
Color Harmonies of #304248
Complementary color
Monochromatic Colors of #304248
Black with #304248
Text Example
Text Example
White with #304248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304248; }
p { color: rgb(48,66,72); }
H1.HeaderClassName
{
color: #304248;
}
.AnyTagClassName
{
color: #304248;
}
</style>
background-color css
<style>
a { background-color: #304248; }
a { background-color: rgb(48,66,72); }
div.DivClassName
{
background-color: #304248;
}
.BgClassName
{
background-color: #304248;
}
</style>
border-color css
<style>
span { border-color: #304248; }
span { border-color: rgb(48,66,72); }
td.TdClassName
{
border-color: #304248;
}
.TagClassName
{
border-color: #304248;
}
</style>