Shades of Payne's Grey #383941
Tints of Payne's Grey #383941
RGB
CMYK
RGB Variations
Color information
#383941 (or 0x383941) is known color: Payne's Grey. HEX triplet: 38, 39 and 41. RGB value is (56,57,65). Sum of RGB (Red+Green+Blue) = 56+57+65=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #383941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383941 is #C7C6BE. Grayscale: #393939. Windows color (decimal): -13092543 or 4274488. OLE color: 4274488.
HSL color Cylindrical-coordinate representation of color #383941: hue angle of 233.33º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383941 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 56 | 57 | 65 | - |
| CMYK | 0.14 | 0.12 | 0 | 0.75 |
| HSL | 233.33º | 0.07% | 0.24% | - |
| HSV(B) | 233.33º | 0.14% | 0.25% | - |
| XYZ | 4.05 | 4.15 | 5.59 | - |
| YUV | 57.61 | 132.17 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 65 | 0.14 | 0.12 | 0 | 0.75 | 233.33 | 0.07 | 0.24 |
| Hex | 38 | 39 | 41 | E | C | 0 | 4B | E9 | 7 | 18 |
| Octal | 70 | 71 | 101 | 16 | 14 | 0 | 113 | 351 | 7 | 30 |
| Binary | 111000 | 111001 | 1000001 | 1110 | 1100 | 0 | 1001011 | 11101001 | 111 | 11000 |
Color Harmonies of #383941
Complementary color
Monochromatic Colors of #383941
Black with #383941
Text Example
Text Example
White with #383941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383941; }
p { color: rgb(56,57,65); }
H1.HeaderClassName
{
color: #383941;
}
.AnyTagClassName
{
color: #383941;
}
</style>
background-color css
<style>
a { background-color: #383941; }
a { background-color: rgb(56,57,65); }
div.DivClassName
{
background-color: #383941;
}
.BgClassName
{
background-color: #383941;
}
</style>
border-color css
<style>
span { border-color: #383941; }
span { border-color: rgb(56,57,65); }
td.TdClassName
{
border-color: #383941;
}
.TagClassName
{
border-color: #383941;
}
</style>