#383947

Color #383947 Payne's Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Payne's Grey #383947

Tints of Payne's Grey #383947

Color information

#383947 (or 0x383947) is unknown color: approx Payne's Grey. HEX triplet: 38, 39 and 47. RGB value is (56,57,71). Sum of RGB (Red+Green+Blue) = 56+57+71=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 71 (28.12% from 255 or 38.59% from 184); Max value from RGB is 71 - color contains mainly: blue. Hex color #383947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383947 is #C7C6B8. Grayscale: #3A3A3A. Windows color (decimal): -13092537 or 4667704. OLE color: 4667704.

HSL color Cylindrical-coordinate representation of color #383947: hue angle of 236º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #383947 is Cyan = 0.21, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB565771-
CMYK0.210.2000.72
HSL236º11.81%24.9%-
HSV(B)236º21.13%27.84%-
XYZ4.234.226.55-
YUV58.3135.17126.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 57 (22.66% from 255) = 30.98%
BLUE value IS 71 (28.12% from 255) = 38.59%
R=30.43%
G=30.98%
B=38.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5657710.210.2000.7223611.8124.9
Hex3839471514048ecc19
Octal7071107252401103541431
Binary111000111001100011110101101000100100011101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383947; }

 p { color: rgb(56,57,71); }

 H1.HeaderClassName
 {
   color: #383947;
 }
 .AnyTagClassName
 {
   color: #383947;
 }
</style>
background-color css

<style>
 a { background-color: #383947; }

 a { background-color: rgb(56,57,71); }

 div.DivClassName
 {
   background-color: #383947;
 }
 .BgClassName
 {
   background-color: #383947;
 }
</style>
border-color css

<style>
 span { border-color: #383947; }

 span { border-color: rgb(56,57,71); }

 td.TdClassName
 {
   border-color: #383947;
 }
 .TagClassName
 {
   border-color: #383947;
 }
</style>