#394448

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

Shades of Charade #394448

Tints of Charade #394448

Color information

#394448 (or 0x394448) is unknown color: approx Charade. HEX triplet: 39, 44 and 48. RGB value is (57,68,72). Sum of RGB (Red+Green+Blue) = 57+68+72=197 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.93% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #394448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394448 is #C6BBB7. Grayscale: #414141. Windows color (decimal): -13024184 or 4736057. OLE color: 4736057.

HSL color Cylindrical-coordinate representation of color #394448: hue angle of 196º 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 #394448 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB576872-
CMYK0.210.0600.72
HSL196º11.63%25.29%-
HSV(B)196º20.83%28.24%-
XYZ4.925.476.93-
YUV65.17131.86122.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.93%
GREEN value IS 68 (26.95% from 255) = 34.52%
BLUE value IS 72 (28.52% from 255) = 36.55%
R=28.93%
G=34.52%
B=36.55%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5768720.210.0600.7219611.6325.29
Hex394448156048c4c19
Octal7110411025601103041431
Binary11100110001001001000101011100100100011000100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394448; }

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

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

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

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

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

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

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

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