#394244

Color #394244 Charade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charade #394244

Tints of Charade #394244

Color information

#394244 (or 0x394244) is unknown color: approx Charade. HEX triplet: 39, 42 and 44. RGB value is (57,66,68). Sum of RGB (Red+Green+Blue) = 57+66+68=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 68 - color contains mainly: blue. Hex color #394244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394244 is #C6BDBB. Grayscale: #3F3F3F. Windows color (decimal): -13024700 or 4473401. OLE color: 4473401.

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

Color convert

RGB576668-
CMYK0.160.0300.73
HSL190.91º8.8%24.51%-
HSV(B)190.91º16.18%26.67%-
XYZ4.685.186.22-
YUV63.54130.52123.34-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.84%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 68 (26.95% from 255) = 35.60%
R=29.84%
G=34.55%
B=35.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5766680.160.0300.73190.918.824.51
Hex394244103049bf919
Octal7110210420301112771131
Binary1110011000010100010010000110100100110111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394244; }

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

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

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

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

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

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

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

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