Shades of Payne's Grey #383B52
Tints of Payne's Grey #383B52
RGB
CMYK
RGB Variations
Color information
#383B52 (or 0x383B52) is known color: Payne's Grey. HEX triplet: 38, 3B and 52. RGB value is (56,59,82). Sum of RGB (Red+Green+Blue) = 56+59+82=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 59 (23.44% from 255 or 29.95% from 197); Blue value is 82 (32.42% from 255 or 41.62% from 197); Max value from RGB is 82 - color contains mainly: blue. Hex color #383B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B52 is #C7C4AD. Grayscale: #3C3C3C. Windows color (decimal): -13092014 or 5389112. OLE color: 5389112.
HSL color Cylindrical-coordinate representation of color #383B52: hue angle of 233.08º 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 #383B52 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 56 | 59 | 82 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.68 |
| HSL | 233.08º | 0.19% | 0.27% | - |
| HSV(B) | 233.08º | 0.32% | 0.32% | - |
| XYZ | 4.72 | 4.58 | 8.62 | - |
| YUV | 60.73 | 140.01 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 82 | 0.32 | 0.28 | 0 | 0.68 | 233.08 | 0.19 | 0.27 |
| Hex | 38 | 3B | 52 | 20 | 1C | 0 | 44 | E9 | 13 | 1B |
| Octal | 70 | 73 | 122 | 40 | 34 | 0 | 104 | 351 | 23 | 33 |
| Binary | 111000 | 111011 | 1010010 | 100000 | 11100 | 0 | 1000100 | 11101001 | 10011 | 11011 |
Color Harmonies of #383B52
Complementary color
Monochromatic Colors of #383B52
Black with #383B52
Text Example
Text Example
White with #383B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B52; }
p { color: rgb(56,59,82); }
H1.HeaderClassName
{
color: #383B52;
}
.AnyTagClassName
{
color: #383B52;
}
</style>
background-color css
<style>
a { background-color: #383B52; }
a { background-color: rgb(56,59,82); }
div.DivClassName
{
background-color: #383B52;
}
.BgClassName
{
background-color: #383B52;
}
</style>
border-color css
<style>
span { border-color: #383B52; }
span { border-color: rgb(56,59,82); }
td.TdClassName
{
border-color: #383B52;
}
.TagClassName
{
border-color: #383B52;
}
</style>