Shades of Payne's Grey #383952
Tints of Payne's Grey #383952
RGB
CMYK
RGB Variations
Color information
#383952 (or 0x383952) is known color: Payne's Grey. HEX triplet: 38, 39 and 52. RGB value is (56,57,82). Sum of RGB (Red+Green+Blue) = 56+57+82=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 82 - color contains mainly: blue. Hex color #383952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383952 is #C7C6AD. Grayscale: #3B3B3B. Windows color (decimal): -13092526 or 5388600. OLE color: 5388600.
HSL color Cylindrical-coordinate representation of color #383952: hue angle of 237.69º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #383952 is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 57 | 82 | - |
| CMYK | 0.32 | 0.30 | 0 | 0.68 |
| HSL | 237.69º | 0.19% | 0.27% | - |
| HSV(B) | 237.69º | 0.32% | 0.32% | - |
| XYZ | 4.62 | 4.38 | 8.58 | - |
| YUV | 59.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 82 | 0.32 | 0.30 | 0 | 0.68 | 237.69 | 0.19 | 0.27 |
| Hex | 38 | 39 | 52 | 20 | 1E | 0 | 44 | EE | 13 | 1B |
| Octal | 70 | 71 | 122 | 40 | 36 | 0 | 104 | 356 | 23 | 33 |
| Binary | 111000 | 111001 | 1010010 | 100000 | 11110 | 0 | 1000100 | 11101110 | 10011 | 11011 |
Color Harmonies of #383952
Complementary color
Monochromatic Colors of #383952
Black with #383952
Text Example
Text Example
White with #383952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383952; }
p { color: rgb(56,57,82); }
H1.HeaderClassName
{
color: #383952;
}
.AnyTagClassName
{
color: #383952;
}
</style>
background-color css
<style>
a { background-color: #383952; }
a { background-color: rgb(56,57,82); }
div.DivClassName
{
background-color: #383952;
}
.BgClassName
{
background-color: #383952;
}
</style>
border-color css
<style>
span { border-color: #383952; }
span { border-color: rgb(56,57,82); }
td.TdClassName
{
border-color: #383952;
}
.TagClassName
{
border-color: #383952;
}
</style>