Shades of Payne's Grey #38384F
Tints of Payne's Grey #38384F
RGB
CMYK
RGB Variations
Color information
#38384F (or 0x38384F) is known color: Payne's Grey. HEX triplet: 38, 38 and 4F. RGB value is (56,56,79). Sum of RGB (Red+Green+Blue) = 56+56+79=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 79 - color contains mainly: blue. Hex color #38384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38384F is #C7C7B0. Grayscale: #3A3A3A. Windows color (decimal): -13092785 or 5191736. OLE color: 5191736.
HSL color Cylindrical-coordinate representation of color #38384F: hue angle of 240º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #38384F is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 56 | 79 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.69 |
| HSL | 240º | 0.17% | 0.26% | - |
| HSV(B) | 240º | 0.29% | 0.31% | - |
| XYZ | 4.46 | 4.23 | 7.98 | - |
| YUV | 58.62 | 139.5 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 79 | 0.29 | 0.29 | 0 | 0.69 | 240 | 0.17 | 0.26 |
| Hex | 38 | 38 | 4F | 1D | 1D | 0 | 45 | F0 | 11 | 1A |
| Octal | 70 | 70 | 117 | 35 | 35 | 0 | 105 | 360 | 21 | 32 |
| Binary | 111000 | 111000 | 1001111 | 11101 | 11101 | 0 | 1000101 | 11110000 | 10001 | 11010 |
Color Harmonies of #38384F
Complementary color
Monochromatic Colors of #38384F
Black with #38384F
Text Example
Text Example
White with #38384F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38384F; }
p { color: rgb(56,56,79); }
H1.HeaderClassName
{
color: #38384F;
}
.AnyTagClassName
{
color: #38384F;
}
</style>
background-color css
<style>
a { background-color: #38384F; }
a { background-color: rgb(56,56,79); }
div.DivClassName
{
background-color: #38384F;
}
.BgClassName
{
background-color: #38384F;
}
</style>
border-color css
<style>
span { border-color: #38384F; }
span { border-color: rgb(56,56,79); }
td.TdClassName
{
border-color: #38384F;
}
.TagClassName
{
border-color: #38384F;
}
</style>