Html Css Color HEX #394548 Charade

📋 copy color: '#394548'

red 57 ◦ green 69 ◦ blue 72

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

Shades of Charade #394548

Tints of Charade #394548

RGB

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

 GREEN value IS 69 (27.34% from 255) = 34.85%

 BLUE value IS 72 (28.52% from 255) = 36.36%

R = 28.79%
G = 34.85%
B = 36.36%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#394548 (or 0x394548) is known color: Charade. HEX triplet: 39, 45 and 48. RGB value is (57,69,72). Sum of RGB (Red+Green+Blue) = 57+69+72=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: blue. Hex color #394548 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394548 is #C6BAB7. Grayscale: #414141. Windows color (decimal): -13023928 or 4736313. OLE color: 4736313.

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

Color convert

RGB 57 69 72 -
CMYK 0.21 0.04 0 0.72
HSL 192º 0.12% 0.25% -
HSV(B) 192º 0.21% 0.28% -
XYZ 4.99 5.59 6.95 -
YUV 65.75 131.52 121.76 -
System Red Green Blue C M Y K H S L
Decimal 57 69 72 0.21 0.04 0 0.72 192 0.12 0.25
Hex 39 45 48 15 4 0 48 C0 C 19
Octal 71 105 110 25 4 0 110 300 14 31
Binary 111001 1000101 1001000 10101 100 0 1001000 11000000 1100 11001

Color Harmonies of #394548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394548

Black with #394548

Text Example


Text Example

White with #394548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394548; }

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

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

background-color css

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

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

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

border-color css

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

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

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