Shades of Payne's Grey #383847
Tints of Payne's Grey #383847
RGB
CMYK
RGB Variations
Color information
#383847 (or 0x383847) is known color: Payne's Grey. HEX triplet: 38, 38 and 47. RGB value is (56,56,71). Sum of RGB (Red+Green+Blue) = 56+56+71=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 71 - color contains mainly: blue. Hex color #383847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383847 is #C7C7B8. Grayscale: #393939. Windows color (decimal): -13092793 or 4667448. OLE color: 4667448.
HSL color Cylindrical-coordinate representation of color #383847: hue angle of 240º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #383847 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 56 | 56 | 71 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.72 |
| HSL | 240º | 0.12% | 0.25% | - |
| HSV(B) | 240º | 0.21% | 0.28% | - |
| XYZ | 4.18 | 4.12 | 6.54 | - |
| YUV | 57.71 | 135.5 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 71 | 0.21 | 0.21 | 0 | 0.72 | 240 | 0.12 | 0.25 |
| Hex | 38 | 38 | 47 | 15 | 15 | 0 | 48 | F0 | C | 19 |
| Octal | 70 | 70 | 107 | 25 | 25 | 0 | 110 | 360 | 14 | 31 |
| Binary | 111000 | 111000 | 1000111 | 10101 | 10101 | 0 | 1001000 | 11110000 | 1100 | 11001 |
Color Harmonies of #383847
Complementary color
Monochromatic Colors of #383847
Black with #383847
Text Example
Text Example
White with #383847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383847; }
p { color: rgb(56,56,71); }
H1.HeaderClassName
{
color: #383847;
}
.AnyTagClassName
{
color: #383847;
}
</style>
background-color css
<style>
a { background-color: #383847; }
a { background-color: rgb(56,56,71); }
div.DivClassName
{
background-color: #383847;
}
.BgClassName
{
background-color: #383847;
}
</style>
border-color css
<style>
span { border-color: #383847; }
span { border-color: rgb(56,56,71); }
td.TdClassName
{
border-color: #383847;
}
.TagClassName
{
border-color: #383847;
}
</style>