Shades of Fuscous Grey #383538
Tints of Fuscous Grey #383538
RGB
CMYK
RGB Variations
Color information
#383538 (or 0x383538) is known color: Fuscous Grey. HEX triplet: 38, 35 and 38. RGB value is (56,53,56). Sum of RGB (Red+Green+Blue) = 56+53+56=165 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.94% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 56 (22.27% from 255 or 33.94% from 165); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #383538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383538 is #C7CAC7. Grayscale: #363636. Windows color (decimal): -13093576 or 3683640. OLE color: 3683640.
HSL color Cylindrical-coordinate representation of color #383538: hue angle of 300º degrees, saturation: 0.03, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #383538 is Cyan = 0, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 53 | 56 | - |
| CMYK | 0 | 0.05 | 0 | 0.78 |
| HSL | 300º | 0.03% | 0.21% | - |
| HSV(B) | 300º | 0.05% | 0.22% | - |
| XYZ | 3.62 | 3.67 | 4.26 | - |
| YUV | 54.24 | 128.99 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 53 | 56 | 0 | 0.05 | 0 | 0.78 | 300 | 0.03 | 0.21 |
| Hex | 38 | 35 | 38 | 0 | 5 | 0 | 4E | 12C | 3 | 15 |
| Octal | 70 | 65 | 70 | 0 | 5 | 0 | 116 | 454 | 3 | 25 |
| Binary | 111000 | 110101 | 111000 | 0 | 101 | 0 | 1001110 | 100101100 | 11 | 10101 |
Color Harmonies of #383538
Complementary color
Monochromatic Colors of #383538
Black with #383538
Text Example
Text Example
White with #383538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383538; }
p { color: rgb(56,53,56); }
H1.HeaderClassName
{
color: #383538;
}
.AnyTagClassName
{
color: #383538;
}
</style>
background-color css
<style>
a { background-color: #383538; }
a { background-color: rgb(56,53,56); }
div.DivClassName
{
background-color: #383538;
}
.BgClassName
{
background-color: #383538;
}
</style>
border-color css
<style>
span { border-color: #383538; }
span { border-color: rgb(56,53,56); }
td.TdClassName
{
border-color: #383538;
}
.TagClassName
{
border-color: #383538;
}
</style>