#394345

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

Shades of Charade #394345

Tints of Charade #394345

Color information

#394345 (or 0x394345) is unknown color: approx Charade. HEX triplet: 39, 43 and 45. RGB value is (57,67,69). Sum of RGB (Red+Green+Blue) = 57+67+69=193 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.53% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 69 - color contains mainly: blue. Hex color #394345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394345 is #C6BCBA. Grayscale: #404040. Windows color (decimal): -13024443 or 4539193. OLE color: 4539193.

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

Color convert

RGB576769-
CMYK0.170.0300.73
HSL190º9.52%24.71%-
HSV(B)190º17.39%27.06%-
XYZ4.775.316.4-
YUV64.24130.69122.84-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.53%
GREEN value IS 67 (26.56% from 255) = 34.72%
BLUE value IS 69 (27.34% from 255) = 35.75%
R=29.53%
G=34.72%
B=35.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5767690.170.0300.731909.5224.71
Hex394345113049bea19
Octal7110310521301112761231
Binary1110011000011100010110001110100100110111110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394345; }

 p { color: rgb(57,67,69); }

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

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

 a { background-color: rgb(57,67,69); }

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

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

 span { border-color: rgb(57,67,69); }

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