Shades of Charade #38474B
Tints of Charade #38474B
RGB
CMYK
RGB Variations
Color information
#38474B (or 0x38474B) is known color: Charade. HEX triplet: 38, 47 and 4B. RGB value is (56,71,75). Sum of RGB (Red+Green+Blue) = 56+71+75=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 71 (28.12% from 255 or 35.15% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 75 - color contains mainly: blue. Hex color #38474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38474B is #C7B8B4. Grayscale: #424242. Windows color (decimal): -13088949 or 4933432. OLE color: 4933432.
HSL color Cylindrical-coordinate representation of color #38474B: hue angle of 192.63º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38474B is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 71 | 75 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.71 |
| HSL | 192.63º | 0.15% | 0.26% | - |
| HSV(B) | 192.63º | 0.25% | 0.29% | - |
| XYZ | 5.15 | 5.86 | 7.52 | - |
| YUV | 66.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 71 | 75 | 0.25 | 0.05 | 0 | 0.71 | 192.63 | 0.15 | 0.26 |
| Hex | 38 | 47 | 4B | 19 | 5 | 0 | 47 | C1 | F | 1A |
| Octal | 70 | 107 | 113 | 31 | 5 | 0 | 107 | 301 | 17 | 32 |
| Binary | 111000 | 1000111 | 1001011 | 11001 | 101 | 0 | 1000111 | 11000001 | 1111 | 11010 |
Color Harmonies of #38474B
Complementary color
Monochromatic Colors of #38474B
Black with #38474B
Text Example
Text Example
White with #38474B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38474B; }
p { color: rgb(56,71,75); }
H1.HeaderClassName
{
color: #38474B;
}
.AnyTagClassName
{
color: #38474B;
}
</style>
background-color css
<style>
a { background-color: #38474B; }
a { background-color: rgb(56,71,75); }
div.DivClassName
{
background-color: #38474B;
}
.BgClassName
{
background-color: #38474B;
}
</style>
border-color css
<style>
span { border-color: #38474B; }
span { border-color: rgb(56,71,75); }
td.TdClassName
{
border-color: #38474B;
}
.TagClassName
{
border-color: #38474B;
}
</style>