Shades of Payne's Grey #38384D
Tints of Payne's Grey #38384D
RGB
CMYK
RGB Variations
Color information
#38384D (or 0x38384D) is known color: Payne's Grey. HEX triplet: 38, 38 and 4D. RGB value is (56,56,77). Sum of RGB (Red+Green+Blue) = 56+56+77=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 77 (30.47% from 255 or 40.74% from 189); Max value from RGB is 77 - color contains mainly: blue. Hex color #38384D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38384D is #C7C7B2. Grayscale: #3A3A3A. Windows color (decimal): -13092787 or 5060664. OLE color: 5060664.
HSL color Cylindrical-coordinate representation of color #38384D: hue angle of 240º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38384D is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 56 | 77 | - |
| CMYK | 0.27 | 0.27 | 0 | 0.70 |
| HSL | 240º | 0.16% | 0.26% | - |
| HSV(B) | 240º | 0.27% | 0.3% | - |
| XYZ | 4.38 | 4.2 | 7.6 | - |
| YUV | 58.39 | 138.5 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 77 | 0.27 | 0.27 | 0 | 0.70 | 240 | 0.16 | 0.26 |
| Hex | 38 | 38 | 4D | 1B | 1B | 0 | 46 | F0 | 10 | 1A |
| Octal | 70 | 70 | 115 | 33 | 33 | 0 | 106 | 360 | 20 | 32 |
| Binary | 111000 | 111000 | 1001101 | 11011 | 11011 | 0 | 1000110 | 11110000 | 10000 | 11010 |
Color Harmonies of #38384D
Complementary color
Monochromatic Colors of #38384D
Black with #38384D
Text Example
Text Example
White with #38384D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38384D; }
p { color: rgb(56,56,77); }
H1.HeaderClassName
{
color: #38384D;
}
.AnyTagClassName
{
color: #38384D;
}
</style>
background-color css
<style>
a { background-color: #38384D; }
a { background-color: rgb(56,56,77); }
div.DivClassName
{
background-color: #38384D;
}
.BgClassName
{
background-color: #38384D;
}
</style>
border-color css
<style>
span { border-color: #38384D; }
span { border-color: rgb(56,56,77); }
td.TdClassName
{
border-color: #38384D;
}
.TagClassName
{
border-color: #38384D;
}
</style>