#383944

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

Shades of Payne's Grey #383944

Tints of Payne's Grey #383944

Color information

#383944 (or 0x383944) is unknown color: approx Payne's Grey. HEX triplet: 38, 39 and 44. RGB value is (56,57,68). Sum of RGB (Red+Green+Blue) = 56+57+68=181 (23% of max value = 765). Red value is 56 (22.27% from 255 or 30.94% from 181); Green value is 57 (22.66% from 255 or 31.49% from 181); Blue value is 68 (26.95% from 255 or 37.57% from 181); Max value from RGB is 68 - color contains mainly: blue. Hex color #383944 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383944 is #C7C6BB. Grayscale: #393939. Windows color (decimal): -13092540 or 4471096. OLE color: 4471096.

HSL color Cylindrical-coordinate representation of color #383944: hue angle of 235º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #383944 is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB565768-
CMYK0.180.1600.73
HSL235º9.68%24.31%-
HSV(B)235º17.65%26.67%-
XYZ4.144.186.06-
YUV57.96133.67126.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.94%
GREEN value IS 57 (22.66% from 255) = 31.49%
BLUE value IS 68 (26.95% from 255) = 37.57%
R=30.94%
G=31.49%
B=37.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5657680.180.1600.732359.6824.31
Hex3839441210049eba18
Octal7071104222001113531230
Binary111000111001100010010010100000100100111101011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383944; }

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

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

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

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

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

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

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

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