#383A48

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

Shades of Payne's Grey #383A48

Tints of Payne's Grey #383A48

Color information

#383A48 (or 0x383A48) is unknown color: approx Payne's Grey. HEX triplet: 38, 3A and 48. RGB value is (56,58,72). Sum of RGB (Red+Green+Blue) = 56+58+72=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 72 - color contains mainly: blue. Hex color #383A48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383A48 is #C7C5B7. Grayscale: #3A3A3A. Windows color (decimal): -13092280 or 4733496. OLE color: 4733496.

HSL color Cylindrical-coordinate representation of color #383A48: hue angle of 232.5º 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 #383A48 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB565872-
CMYK0.220.1900.72
HSL232.5º12.5%25.1%-
HSV(B)232.5º22.22%28.24%-
XYZ4.314.336.74-
YUV59135.34125.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 72 (28.52% from 255) = 38.71%
R=30.11%
G=31.18%
B=38.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5658720.220.1900.72232.512.525.1
Hex383A481613048e8c19
Octal7072110262301103501431
Binary111000111010100100010110100110100100011101000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383A48; }

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

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

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

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

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

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

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

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