#383B4D

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

Shades of Payne's Grey #383B4D

Tints of Payne's Grey #383B4D

Color information

#383B4D (or 0x383B4D) is unknown color: approx Payne's Grey. HEX triplet: 38, 3B and 4D. RGB value is (56,59,77). Sum of RGB (Red+Green+Blue) = 56+59+77=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 59 (23.44% from 255 or 30.73% from 192); Blue value is 77 (30.47% from 255 or 40.10% from 192); Max value from RGB is 77 - color contains mainly: blue. Hex color #383B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B4D is #C7C4B2. Grayscale: #3C3C3C. Windows color (decimal): -13092019 or 5061432. OLE color: 5061432.

HSL color Cylindrical-coordinate representation of color #383B4D: hue angle of 231.43º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #383B4D is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB565977-
CMYK0.270.2300.70
HSL231.43º15.79%26.08%-
HSV(B)231.43º27.27%30.2%-
XYZ4.534.57.65-
YUV60.15137.51125.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 59 (23.44% from 255) = 30.73%
BLUE value IS 77 (30.47% from 255) = 40.10%
R=29.17%
G=30.73%
B=40.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5659770.270.2300.70231.4315.7926.08
Hex383B4D1B17046e7101a
Octal7073115332701063472032
Binary1110001110111001101110111011101000110111001111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,59,77); }

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

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

 a { background-color: rgb(56,59,77); }

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

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

 span { border-color: rgb(56,59,77); }

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