Shades of Payne's Grey #383951
Tints of Payne's Grey #383951
RGB
CMYK
RGB Variations
Color information
#383951 (or 0x383951) is known color: Payne's Grey. HEX triplet: 38, 39 and 51. RGB value is (56,57,81). Sum of RGB (Red+Green+Blue) = 56+57+81=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 57 (22.66% from 255 or 29.38% from 194); Blue value is 81 (32.03% from 255 or 41.75% from 194); Max value from RGB is 81 - color contains mainly: blue. Hex color #383951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383951 is #C7C6AE. Grayscale: #3B3B3B. Windows color (decimal): -13092527 or 5323064. OLE color: 5323064.
HSL color Cylindrical-coordinate representation of color #383951: hue angle of 237.6º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #383951 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 57 | 81 | - |
| CMYK | 0.31 | 0.30 | 0 | 0.68 |
| HSL | 237.6º | 0.18% | 0.27% | - |
| HSV(B) | 237.6º | 0.31% | 0.32% | - |
| XYZ | 4.58 | 4.36 | 8.39 | - |
| YUV | 59.44 | 140.17 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 81 | 0.31 | 0.30 | 0 | 0.68 | 237.6 | 0.18 | 0.27 |
| Hex | 38 | 39 | 51 | 1F | 1E | 0 | 44 | EE | 12 | 1B |
| Octal | 70 | 71 | 121 | 37 | 36 | 0 | 104 | 356 | 22 | 33 |
| Binary | 111000 | 111001 | 1010001 | 11111 | 11110 | 0 | 1000100 | 11101110 | 10010 | 11011 |
Color Harmonies of #383951
Complementary color
Monochromatic Colors of #383951
Black with #383951
Text Example
Text Example
White with #383951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383951; }
p { color: rgb(56,57,81); }
H1.HeaderClassName
{
color: #383951;
}
.AnyTagClassName
{
color: #383951;
}
</style>
background-color css
<style>
a { background-color: #383951; }
a { background-color: rgb(56,57,81); }
div.DivClassName
{
background-color: #383951;
}
.BgClassName
{
background-color: #383951;
}
</style>
border-color css
<style>
span { border-color: #383951; }
span { border-color: rgb(56,57,81); }
td.TdClassName
{
border-color: #383951;
}
.TagClassName
{
border-color: #383951;
}
</style>