#39384E

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

Shades of Payne's Grey #39384E

Tints of Payne's Grey #39384E

Color information

#39384E (or 0x39384E) is unknown color: approx Payne's Grey. HEX triplet: 39, 38 and 4E. RGB value is (57,56,78). Sum of RGB (Red+Green+Blue) = 57+56+78=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 56 (22.27% from 255 or 29.32% from 191); Blue value is 78 (30.86% from 255 or 40.84% from 191); Max value from RGB is 78 - color contains mainly: blue. Hex color #39384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39384E is #C6C7B1. Grayscale: #3A3A3A. Windows color (decimal): -13027250 or 5126201. OLE color: 5126201.

HSL color Cylindrical-coordinate representation of color #39384E: hue angle of 242.73º 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 #39384E is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB575678-
CMYK0.270.2800.69
HSL242.73º16.42%26.27%-
HSV(B)242.73º28.21%30.59%-
XYZ4.484.257.79-
YUV58.81138.83126.71-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.84%
GREEN value IS 56 (22.27% from 255) = 29.32%
BLUE value IS 78 (30.86% from 255) = 40.84%
R=29.84%
G=29.32%
B=40.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5756780.270.2800.69242.7316.4226.27
Hex39384E1B1C045f3101a
Octal7170116333401053632032
Binary1110011110001001110110111110001000101111100111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39384E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39384E; }

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

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

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

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

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

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

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

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