Shades of Big Stone #304049
Tints of Big Stone #304049
RGB
CMYK
RGB Variations
Color information
#304049 (or 0x304049) is known color: Big Stone. HEX triplet: 30, 40 and 49. RGB value is (48,64,73). Sum of RGB (Red+Green+Blue) = 48+64+73=185 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.95% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: blue. Hex color #304049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304049 is #CFBFB6. Grayscale: #3C3C3C. Windows color (decimal): -13615031 or 4800560. OLE color: 4800560.
HSL color Cylindrical-coordinate representation of color #304049: hue angle of 201.6º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #304049 is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 64 | 73 | - |
| CMYK | 0.34 | 0.12 | 0 | 0.71 |
| HSL | 201.6º | 0.21% | 0.24% | - |
| HSV(B) | 201.6º | 0.34% | 0.29% | - |
| XYZ | 4.25 | 4.78 | 7 | - |
| YUV | 60.24 | 135.2 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 64 | 73 | 0.34 | 0.12 | 0 | 0.71 | 201.6 | 0.21 | 0.24 |
| Hex | 30 | 40 | 49 | 22 | C | 0 | 47 | CA | 15 | 18 |
| Octal | 60 | 100 | 111 | 42 | 14 | 0 | 107 | 312 | 25 | 30 |
| Binary | 110000 | 1000000 | 1001001 | 100010 | 1100 | 0 | 1000111 | 11001010 | 10101 | 11000 |
Color Harmonies of #304049
Complementary color
Monochromatic Colors of #304049
Black with #304049
Text Example
Text Example
White with #304049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304049; }
p { color: rgb(48,64,73); }
H1.HeaderClassName
{
color: #304049;
}
.AnyTagClassName
{
color: #304049;
}
</style>
background-color css
<style>
a { background-color: #304049; }
a { background-color: rgb(48,64,73); }
div.DivClassName
{
background-color: #304049;
}
.BgClassName
{
background-color: #304049;
}
</style>
border-color css
<style>
span { border-color: #304049; }
span { border-color: rgb(48,64,73); }
td.TdClassName
{
border-color: #304049;
}
.TagClassName
{
border-color: #304049;
}
</style>