Shades of Payne's Grey #383655
Tints of Payne's Grey #383655
RGB
CMYK
RGB Variations
Color information
#383655 (or 0x383655) is known color: Payne's Grey. HEX triplet: 38, 36 and 55. RGB value is (56,54,85). Sum of RGB (Red+Green+Blue) = 56+54+85=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #383655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383655 is #C7C9AA. Grayscale: #3A3A3A. Windows color (decimal): -13093291 or 5584440. OLE color: 5584440.
HSL color Cylindrical-coordinate representation of color #383655: hue angle of 243.87º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #383655 is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 54 | 85 | - |
| CMYK | 0.34 | 0.36 | 0 | 0.67 |
| HSL | 243.87º | 0.22% | 0.27% | - |
| HSV(B) | 243.87º | 0.36% | 0.33% | - |
| XYZ | 4.59 | 4.13 | 9.15 | - |
| YUV | 58.13 | 143.16 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 54 | 85 | 0.34 | 0.36 | 0 | 0.67 | 243.87 | 0.22 | 0.27 |
| Hex | 38 | 36 | 55 | 22 | 24 | 0 | 43 | F4 | 16 | 1B |
| Octal | 70 | 66 | 125 | 42 | 44 | 0 | 103 | 364 | 26 | 33 |
| Binary | 111000 | 110110 | 1010101 | 100010 | 100100 | 0 | 1000011 | 11110100 | 10110 | 11011 |
Color Harmonies of #383655
Complementary color
Monochromatic Colors of #383655
Black with #383655
Text Example
Text Example
White with #383655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383655; }
p { color: rgb(56,54,85); }
H1.HeaderClassName
{
color: #383655;
}
.AnyTagClassName
{
color: #383655;
}
</style>
background-color css
<style>
a { background-color: #383655; }
a { background-color: rgb(56,54,85); }
div.DivClassName
{
background-color: #383655;
}
.BgClassName
{
background-color: #383655;
}
</style>
border-color css
<style>
span { border-color: #383655; }
span { border-color: rgb(56,54,85); }
td.TdClassName
{
border-color: #383655;
}
.TagClassName
{
border-color: #383655;
}
</style>