#383B4E

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

Shades of Payne's Grey #383B4E

Tints of Payne's Grey #383B4E

Color information

#383B4E (or 0x383B4E) is unknown color: approx Payne's Grey. HEX triplet: 38, 3B and 4E. RGB value is (56,59,78). Sum of RGB (Red+Green+Blue) = 56+59+78=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 59 (23.44% from 255 or 30.57% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 78 - color contains mainly: blue. Hex color #383B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #383B4E is #C7C4B1. Grayscale: #3C3C3C. Windows color (decimal): -13092018 or 5126968. OLE color: 5126968.

HSL color Cylindrical-coordinate representation of color #383B4E: hue angle of 231.82º degrees, saturation: 0.16, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #383B4E is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB565978-
CMYK0.280.2400.69
HSL231.82º16.42%26.27%-
HSV(B)231.82º28.21%30.59%-
XYZ4.574.527.84-
YUV60.27138.01124.96-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.02%
GREEN value IS 59 (23.44% from 255) = 30.57%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=29.02%
G=30.57%
B=40.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5659780.280.2400.69231.8216.4226.27
Hex383B4E1C18045e8101a
Octal7073116343001053502032
Binary1110001110111001110111001100001000101111010001000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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