#394348

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

Shades of Charade #394348

Tints of Charade #394348

Color information

#394348 (or 0x394348) is unknown color: approx Charade. HEX triplet: 39, 43 and 48. RGB value is (57,67,72). Sum of RGB (Red+Green+Blue) = 57+67+72=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #394348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394348 is #C6BCB7. Grayscale: #404040. Windows color (decimal): -13024440 or 4735801. OLE color: 4735801.

HSL color Cylindrical-coordinate representation of color #394348: hue angle of 200º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #394348 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB576772-
CMYK0.210.0700.72
HSL200º11.63%25.29%-
HSV(B)200º20.83%28.24%-
XYZ4.865.356.91-
YUV64.58132.19122.59-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 29.08%
GREEN value IS 67 (26.56% from 255) = 34.18%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=29.08%
G=34.18%
B=36.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5767720.210.0700.7220011.6325.29
Hex394348157048c8c19
Octal7110311025701103101431
Binary11100110000111001000101011110100100011001000110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394348; }

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

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

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

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

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

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

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

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