Shades of Big Stone #333F48
Tints of Big Stone #333F48
RGB
CMYK
RGB Variations
Color information
#333F48 (or 0x333F48) is known color: Big Stone. HEX triplet: 33, 3F and 48. RGB value is (51,63,72). Sum of RGB (Red+Green+Blue) = 51+63+72=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 63 (25% from 255 or 33.87% 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 #333F48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F48 is #CCC0B7. Grayscale: #3C3C3C. Windows color (decimal): -13418680 or 4734771. OLE color: 4734771.
HSL color Cylindrical-coordinate representation of color #333F48: hue angle of 205.71º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #333F48 is Cyan = 0.29, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 51 | 63 | 72 | - |
| CMYK | 0.29 | 0.12 | 0 | 0.72 |
| HSL | 205.71º | 0.17% | 0.24% | - |
| HSV(B) | 205.71º | 0.29% | 0.28% | - |
| XYZ | 4.31 | 4.73 | 6.82 | - |
| YUV | 60.44 | 134.52 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 63 | 72 | 0.29 | 0.12 | 0 | 0.72 | 205.71 | 0.17 | 0.24 |
| Hex | 33 | 3F | 48 | 1D | C | 0 | 48 | CE | 11 | 18 |
| Octal | 63 | 77 | 110 | 35 | 14 | 0 | 110 | 316 | 21 | 30 |
| Binary | 110011 | 111111 | 1001000 | 11101 | 1100 | 0 | 1001000 | 11001110 | 10001 | 11000 |
Color Harmonies of #333F48
Complementary color
Monochromatic Colors of #333F48
Black with #333F48
Text Example
Text Example
White with #333F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #333F48; }
p { color: rgb(51,63,72); }
H1.HeaderClassName
{
color: #333F48;
}
.AnyTagClassName
{
color: #333F48;
}
</style>
background-color css
<style>
a { background-color: #333F48; }
a { background-color: rgb(51,63,72); }
div.DivClassName
{
background-color: #333F48;
}
.BgClassName
{
background-color: #333F48;
}
</style>
border-color css
<style>
span { border-color: #333F48; }
span { border-color: rgb(51,63,72); }
td.TdClassName
{
border-color: #333F48;
}
.TagClassName
{
border-color: #333F48;
}
</style>