Shades of Payne's Grey #383940
Tints of Payne's Grey #383940
RGB
CMYK
RGB Variations
Color information
#383940 (or 0x383940) is known color: Payne's Grey. HEX triplet: 38, 39 and 40. RGB value is (56,57,64). Sum of RGB (Red+Green+Blue) = 56+57+64=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 64 - color contains mainly: blue. Hex color #383940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383940 is #C7C6BF. Grayscale: #393939. Windows color (decimal): -13092544 or 4208952. OLE color: 4208952.
HSL color Cylindrical-coordinate representation of color #383940: hue angle of 232.5º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #383940 is Cyan = 0.13, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 57 | 64 | - |
| CMYK | 0.13 | 0.11 | 0 | 0.75 |
| HSL | 232.5º | 0.07% | 0.24% | - |
| HSV(B) | 232.5º | 0.13% | 0.25% | - |
| XYZ | 4.02 | 4.14 | 5.44 | - |
| YUV | 57.5 | 131.67 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 64 | 0.13 | 0.11 | 0 | 0.75 | 232.5 | 0.07 | 0.24 |
| Hex | 38 | 39 | 40 | D | B | 0 | 4B | E8 | 7 | 18 |
| Octal | 70 | 71 | 100 | 15 | 13 | 0 | 113 | 350 | 7 | 30 |
| Binary | 111000 | 111001 | 1000000 | 1101 | 1011 | 0 | 1001011 | 11101000 | 111 | 11000 |
Color Harmonies of #383940
Complementary color
Monochromatic Colors of #383940
Black with #383940
Text Example
Text Example
White with #383940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383940; }
p { color: rgb(56,57,64); }
H1.HeaderClassName
{
color: #383940;
}
.AnyTagClassName
{
color: #383940;
}
</style>
background-color css
<style>
a { background-color: #383940; }
a { background-color: rgb(56,57,64); }
div.DivClassName
{
background-color: #383940;
}
.BgClassName
{
background-color: #383940;
}
</style>
border-color css
<style>
span { border-color: #383940; }
span { border-color: rgb(56,57,64); }
td.TdClassName
{
border-color: #383940;
}
.TagClassName
{
border-color: #383940;
}
</style>