Shades of Payne's Grey #383855
Tints of Payne's Grey #383855
RGB
CMYK
RGB Variations
Color information
#383855 (or 0x383855) is known color: Payne's Grey. HEX triplet: 38, 38 and 55. RGB value is (56,56,85). Sum of RGB (Red+Green+Blue) = 56+56+85=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 85 (33.59% from 255 or 43.15% from 197); Max value from RGB is 85 - color contains mainly: blue. Hex color #383855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383855 is #C7C7AA. Grayscale: #3B3B3B. Windows color (decimal): -13092779 or 5584952. OLE color: 5584952.
HSL color Cylindrical-coordinate representation of color #383855: hue angle of 240º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #383855 is Cyan = 0.34, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 56 | 85 | - |
| CMYK | 0.34 | 0.34 | 0 | 0.67 |
| HSL | 240º | 0.21% | 0.28% | - |
| HSV(B) | 240º | 0.34% | 0.33% | - |
| XYZ | 4.68 | 4.32 | 9.18 | - |
| YUV | 59.31 | 142.5 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 85 | 0.34 | 0.34 | 0 | 0.67 | 240 | 0.21 | 0.28 |
| Hex | 38 | 38 | 55 | 22 | 22 | 0 | 43 | F0 | 15 | 1C |
| Octal | 70 | 70 | 125 | 42 | 42 | 0 | 103 | 360 | 25 | 34 |
| Binary | 111000 | 111000 | 1010101 | 100010 | 100010 | 0 | 1000011 | 11110000 | 10101 | 11100 |
Color Harmonies of #383855
Complementary color
Monochromatic Colors of #383855
Black with #383855
Text Example
Text Example
White with #383855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383855; }
p { color: rgb(56,56,85); }
H1.HeaderClassName
{
color: #383855;
}
.AnyTagClassName
{
color: #383855;
}
</style>
background-color css
<style>
a { background-color: #383855; }
a { background-color: rgb(56,56,85); }
div.DivClassName
{
background-color: #383855;
}
.BgClassName
{
background-color: #383855;
}
</style>
border-color css
<style>
span { border-color: #383855; }
span { border-color: rgb(56,56,85); }
td.TdClassName
{
border-color: #383855;
}
.TagClassName
{
border-color: #383855;
}
</style>