Shades of Payne's Grey #383853
Tints of Payne's Grey #383853
RGB
CMYK
RGB Variations
Color information
#383853 (or 0x383853) is known color: Payne's Grey. HEX triplet: 38, 38 and 53. RGB value is (56,56,83). Sum of RGB (Red+Green+Blue) = 56+56+83=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 83 (32.81% from 255 or 42.56% from 195); Max value from RGB is 83 - color contains mainly: blue. Hex color #383853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383853 is #C7C7AC. Grayscale: #3A3A3A. Windows color (decimal): -13092781 or 5453880. OLE color: 5453880.
HSL color Cylindrical-coordinate representation of color #383853: hue angle of 240º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #383853 is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 56 | 56 | 83 | - |
| CMYK | 0.33 | 0.33 | 0 | 0.67 |
| HSL | 240º | 0.19% | 0.27% | - |
| HSV(B) | 240º | 0.33% | 0.33% | - |
| XYZ | 4.61 | 4.29 | 8.77 | - |
| YUV | 59.08 | 141.5 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 56 | 83 | 0.33 | 0.33 | 0 | 0.67 | 240 | 0.19 | 0.27 |
| Hex | 38 | 38 | 53 | 21 | 21 | 0 | 43 | F0 | 13 | 1B |
| Octal | 70 | 70 | 123 | 41 | 41 | 0 | 103 | 360 | 23 | 33 |
| Binary | 111000 | 111000 | 1010011 | 100001 | 100001 | 0 | 1000011 | 11110000 | 10011 | 11011 |
Color Harmonies of #383853
Complementary color
Monochromatic Colors of #383853
Black with #383853
Text Example
Text Example
White with #383853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383853; }
p { color: rgb(56,56,83); }
H1.HeaderClassName
{
color: #383853;
}
.AnyTagClassName
{
color: #383853;
}
</style>
background-color css
<style>
a { background-color: #383853; }
a { background-color: rgb(56,56,83); }
div.DivClassName
{
background-color: #383853;
}
.BgClassName
{
background-color: #383853;
}
</style>
border-color css
<style>
span { border-color: #383853; }
span { border-color: rgb(56,56,83); }
td.TdClassName
{
border-color: #383853;
}
.TagClassName
{
border-color: #383853;
}
</style>