Shades of Charade #374448
Tints of Charade #374448
RGB
CMYK
RGB Variations
Color information
#374448 (or 0x374448) is known color: Charade. HEX triplet: 37, 44 and 48. RGB value is (55,68,72). Sum of RGB (Red+Green+Blue) = 55+68+72=195 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.21% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #374448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374448 is #C8BBB7. Grayscale: #404040. Windows color (decimal): -13155256 or 4736055. OLE color: 4736055.
HSL color Cylindrical-coordinate representation of color #374448: hue angle of 194.12º 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 #374448 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 55 | 68 | 72 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.72 |
| HSL | 194.12º | 0.13% | 0.25% | - |
| HSV(B) | 194.12º | 0.24% | 0.28% | - |
| XYZ | 4.81 | 5.41 | 6.92 | - |
| YUV | 64.57 | 132.19 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 68 | 72 | 0.24 | 0.06 | 0 | 0.72 | 194.12 | 0.13 | 0.25 |
| Hex | 37 | 44 | 48 | 18 | 6 | 0 | 48 | C2 | D | 19 |
| Octal | 67 | 104 | 110 | 30 | 6 | 0 | 110 | 302 | 15 | 31 |
| Binary | 110111 | 1000100 | 1001000 | 11000 | 110 | 0 | 1001000 | 11000010 | 1101 | 11001 |
Color Harmonies of #374448
Complementary color
Monochromatic Colors of #374448
Black with #374448
Text Example
Text Example
White with #374448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374448; }
p { color: rgb(55,68,72); }
H1.HeaderClassName
{
color: #374448;
}
.AnyTagClassName
{
color: #374448;
}
</style>
background-color css
<style>
a { background-color: #374448; }
a { background-color: rgb(55,68,72); }
div.DivClassName
{
background-color: #374448;
}
.BgClassName
{
background-color: #374448;
}
</style>
border-color css
<style>
span { border-color: #374448; }
span { border-color: rgb(55,68,72); }
td.TdClassName
{
border-color: #374448;
}
.TagClassName
{
border-color: #374448;
}
</style>