Shades of Payne's Grey #383942
Tints of Payne's Grey #383942
RGB
CMYK
RGB Variations
Color information
#383942 (or 0x383942) is known color: Payne's Grey. HEX triplet: 38, 39 and 42. RGB value is (56,57,66). Sum of RGB (Red+Green+Blue) = 56+57+66=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 66 (26.17% from 255 or 36.87% from 179); Max value from RGB is 66 - color contains mainly: blue. Hex color #383942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383942 is #C7C6BD. Grayscale: #393939. Windows color (decimal): -13092542 or 4340024. OLE color: 4340024.
HSL color Cylindrical-coordinate representation of color #383942: hue angle of 234º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #383942 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 56 | 57 | 66 | - |
| CMYK | 0.15 | 0.14 | 0 | 0.74 |
| HSL | 234º | 0.08% | 0.24% | - |
| HSV(B) | 234º | 0.15% | 0.26% | - |
| XYZ | 4.08 | 4.16 | 5.74 | - |
| YUV | 57.73 | 132.67 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 57 | 66 | 0.15 | 0.14 | 0 | 0.74 | 234 | 0.08 | 0.24 |
| Hex | 38 | 39 | 42 | F | E | 0 | 4A | EA | 8 | 18 |
| Octal | 70 | 71 | 102 | 17 | 16 | 0 | 112 | 352 | 10 | 30 |
| Binary | 111000 | 111001 | 1000010 | 1111 | 1110 | 0 | 1001010 | 11101010 | 1000 | 11000 |
Color Harmonies of #383942
Complementary color
Monochromatic Colors of #383942
Black with #383942
Text Example
Text Example
White with #383942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #383942; }
p { color: rgb(56,57,66); }
H1.HeaderClassName
{
color: #383942;
}
.AnyTagClassName
{
color: #383942;
}
</style>
background-color css
<style>
a { background-color: #383942; }
a { background-color: rgb(56,57,66); }
div.DivClassName
{
background-color: #383942;
}
.BgClassName
{
background-color: #383942;
}
</style>
border-color css
<style>
span { border-color: #383942; }
span { border-color: rgb(56,57,66); }
td.TdClassName
{
border-color: #383942;
}
.TagClassName
{
border-color: #383942;
}
</style>