Shades of Big Stone #374248
Tints of Big Stone #374248
RGB
CMYK
RGB Variations
Color information
#374248 (or 0x374248) is known color: Big Stone. HEX triplet: 37, 42 and 48. RGB value is (55,66,72). Sum of RGB (Red+Green+Blue) = 55+66+72=193 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.50% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 72 (28.52% from 255 or 37.31% from 193); Max value from RGB is 72 - color contains mainly: blue. Hex color #374248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374248 is #C8BDB7. Grayscale: #3F3F3F. Windows color (decimal): -13155768 or 4735543. OLE color: 4735543.
HSL color Cylindrical-coordinate representation of color #374248: hue angle of 201.18º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #374248 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 66 | 72 | - |
| CMYK | 0.24 | 0.08 | 0 | 0.72 |
| HSL | 201.18º | 0.13% | 0.25% | - |
| HSV(B) | 201.18º | 0.24% | 0.28% | - |
| XYZ | 4.69 | 5.18 | 6.88 | - |
| YUV | 63.4 | 132.86 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 66 | 72 | 0.24 | 0.08 | 0 | 0.72 | 201.18 | 0.13 | 0.25 |
| Hex | 37 | 42 | 48 | 18 | 8 | 0 | 48 | C9 | D | 19 |
| Octal | 67 | 102 | 110 | 30 | 10 | 0 | 110 | 311 | 15 | 31 |
| Binary | 110111 | 1000010 | 1001000 | 11000 | 1000 | 0 | 1001000 | 11001001 | 1101 | 11001 |
Color Harmonies of #374248
Complementary color
Monochromatic Colors of #374248
Black with #374248
Text Example
Text Example
White with #374248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374248; }
p { color: rgb(55,66,72); }
H1.HeaderClassName
{
color: #374248;
}
.AnyTagClassName
{
color: #374248;
}
</style>
background-color css
<style>
a { background-color: #374248; }
a { background-color: rgb(55,66,72); }
div.DivClassName
{
background-color: #374248;
}
.BgClassName
{
background-color: #374248;
}
</style>
border-color css
<style>
span { border-color: #374248; }
span { border-color: rgb(55,66,72); }
td.TdClassName
{
border-color: #374248;
}
.TagClassName
{
border-color: #374248;
}
</style>