#383948

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

Shades of Payne's Grey #383948

Tints of Payne's Grey #383948

Color information

#383948 (or 0x383948) is unknown color: approx Payne's Grey. HEX triplet: 38, 39 and 48. RGB value is (56,57,72). Sum of RGB (Red+Green+Blue) = 56+57+72=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 57 (22.66% from 255 or 30.81% from 185); Blue value is 72 (28.52% from 255 or 38.92% from 185); Max value from RGB is 72 - color contains mainly: blue. Hex color #383948 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383948 is #C7C6B7. Grayscale: #3A3A3A. Windows color (decimal): -13092536 or 4733240. OLE color: 4733240.

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

Color convert

RGB565772-
CMYK0.220.2100.72
HSL236.25º12.5%25.1%-
HSV(B)236.25º22.22%28.24%-
XYZ4.264.236.72-
YUV58.41135.67126.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.27%
GREEN value IS 57 (22.66% from 255) = 30.81%
BLUE value IS 72 (28.52% from 255) = 38.92%
R=30.27%
G=30.81%
B=38.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5657720.220.2100.72236.2512.525.1
Hex3839481615048ecc19
Octal7071110262501103541431
Binary111000111001100100010110101010100100011101100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383948; }

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

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

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

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

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

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

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

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