Shades of Charade #384448
Tints of Charade #384448
RGB
CMYK
RGB Variations
Color information
#384448 (or 0x384448) is known color: Charade. HEX triplet: 38, 44 and 48. RGB value is (56,68,72). Sum of RGB (Red+Green+Blue) = 56+68+72=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #384448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384448 is #C7BBB7. Grayscale: #404040. Windows color (decimal): -13089720 or 4736056. OLE color: 4736056.
HSL color Cylindrical-coordinate representation of color #384448: hue angle of 195º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384448 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 68 | 72 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.72 |
| HSL | 195º | 0.13% | 0.25% | - |
| HSV(B) | 195º | 0.22% | 0.28% | - |
| XYZ | 4.87 | 5.44 | 6.92 | - |
| YUV | 64.87 | 132.02 | 121.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 68 | 72 | 0.22 | 0.06 | 0 | 0.72 | 195 | 0.13 | 0.25 |
| Hex | 38 | 44 | 48 | 16 | 6 | 0 | 48 | C3 | C | 19 |
| Octal | 70 | 104 | 110 | 26 | 6 | 0 | 110 | 303 | 14 | 31 |
| Binary | 111000 | 1000100 | 1001000 | 10110 | 110 | 0 | 1001000 | 11000011 | 1100 | 11001 |
Color Harmonies of #384448
Complementary color
Monochromatic Colors of #384448
Black with #384448
Text Example
Text Example
White with #384448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #384448; }
p { color: rgb(56,68,72); }
H1.HeaderClassName
{
color: #384448;
}
.AnyTagClassName
{
color: #384448;
}
</style>
background-color css
<style>
a { background-color: #384448; }
a { background-color: rgb(56,68,72); }
div.DivClassName
{
background-color: #384448;
}
.BgClassName
{
background-color: #384448;
}
</style>
border-color css
<style>
span { border-color: #384448; }
span { border-color: rgb(56,68,72); }
td.TdClassName
{
border-color: #384448;
}
.TagClassName
{
border-color: #384448;
}
</style>