#394041

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

Shades of Charade #394041

Tints of Charade #394041

Color information

#394041 (or 0x394041) is unknown color: approx Charade. HEX triplet: 39, 40 and 41. RGB value is (57,64,65). Sum of RGB (Red+Green+Blue) = 57+64+65=186 (24% of max value = 765). Red value is 57 (22.66% from 255 or 30.65% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 65 - color contains mainly: blue. Hex color #394041 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394041 is #C6BFBE. Grayscale: #3E3E3E. Windows color (decimal): -13025215 or 4276281. OLE color: 4276281.

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

Color convert

RGB576465-
CMYK0.120.0200.75
HSL187.5º6.56%23.92%-
HSV(B)187.5º12.31%25.49%-
XYZ4.474.925.71-
YUV62.02129.68124.42-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.65%
GREEN value IS 64 (25.39% from 255) = 34.41%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=30.65%
G=34.41%
B=34.95%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5764650.120.0200.75187.56.5623.92
Hex394041C204Bbb718
Octal711001011420113273730
Binary11100110000001000001110010010010111011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #394041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #394041; }

 p { color: rgb(57,64,65); }

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

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

 a { background-color: rgb(57,64,65); }

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

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

 span { border-color: rgb(57,64,65); }

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