Shades of Payne's Grey #383B4F
Tints of Payne's Grey #383B4F
RGB
CMYK
RGB Variations
Color information
#383B4F (or 0x383B4F) is known color: Payne's Grey. HEX triplet: 38, 3B and 4F. RGB value is (56,59,79). Sum of RGB (Red+Green+Blue) = 56+59+79=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #383B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B4F is #C7C4B0. Grayscale: #3C3C3C. Windows color (decimal): -13092017 or 5192504. OLE color: 5192504.
HSL color Cylindrical-coordinate representation of color #383B4F: hue angle of 232.17º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #383B4F is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 56 | 59 | 79 | - |
| CMYK | 0.29 | 0.25 | 0 | 0.69 |
| HSL | 232.17º | 0.17% | 0.26% | - |
| HSV(B) | 232.17º | 0.29% | 0.31% | - |
| XYZ | 4.61 | 4.53 | 8.03 | - |
| YUV | 60.38 | 138.51 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 59 | 79 | 0.29 | 0.25 | 0 | 0.69 | 232.17 | 0.17 | 0.26 |
| Hex | 38 | 3B | 4F | 1D | 19 | 0 | 45 | E8 | 11 | 1A |
| Octal | 70 | 73 | 117 | 35 | 31 | 0 | 105 | 350 | 21 | 32 |
| Binary | 111000 | 111011 | 1001111 | 11101 | 11001 | 0 | 1000101 | 11101000 | 10001 | 11010 |
Color Harmonies of #383B4F
Complementary color
Monochromatic Colors of #383B4F
Black with #383B4F
Text Example
Text Example
White with #383B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383B4F; }
p { color: rgb(56,59,79); }
H1.HeaderClassName
{
color: #383B4F;
}
.AnyTagClassName
{
color: #383B4F;
}
</style>
background-color css
<style>
a { background-color: #383B4F; }
a { background-color: rgb(56,59,79); }
div.DivClassName
{
background-color: #383B4F;
}
.BgClassName
{
background-color: #383B4F;
}
</style>
border-color css
<style>
span { border-color: #383B4F; }
span { border-color: rgb(56,59,79); }
td.TdClassName
{
border-color: #383B4F;
}
.TagClassName
{
border-color: #383B4F;
}
</style>