Html Css Color HEX #394144 Charade

📋 copy color: '#394144'

red 57 ◦ green 65 ◦ blue 68

#394144
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charade #394144

Tints of Charade #394144

RGB

 RED value IS 57 (22.66% from 255) = 30%

 GREEN value IS 65 (25.78% from 255) = 34.21%

 BLUE value IS 68 (26.95% from 255) = 35.79%

R = 30%
G = 34.21%
B = 35.79%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#394144 (or 0x394144) is known color: Charade. HEX triplet: 39, 41 and 44. RGB value is (57,65,68). Sum of RGB (Red+Green+Blue) = 57+65+68=190 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 68 (26.95% from 255 or 35.79% from 190); Max value from RGB is 68 - color contains mainly: blue. Hex color #394144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394144 is #C6BEBB. Grayscale: #3E3E3E. Windows color (decimal): -13024956 or 4473145. OLE color: 4473145.

HSL color Cylindrical-coordinate representation of color #394144: hue angle of 196.36º 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 #394144 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 65 68 -
CMYK 0.16 0.04 0 0.73
HSL 196.36º 0.09% 0.25% -
HSV(B) 196.36º 0.16% 0.27% -
XYZ 4.62 5.07 6.2 -
YUV 62.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 57 65 68 0.16 0.04 0 0.73 196.36 0.09 0.25
Hex 39 41 44 10 4 0 49 C4 9 19
Octal 71 101 104 20 4 0 111 304 11 31
Binary 111001 1000001 1000100 10000 100 0 1001001 11000100 1001 11001

Color Harmonies of #394144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394144

Black with #394144

Text Example


Text Example

White with #394144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394144; }

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

 H1.HeaderClassName
 {
   color: #394144;
 }
 .AnyTagClassName
 {
   color: #394144;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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