Html Css Color HEX #394448 Charade

📋 copy color: '#394448'

red 57 ◦ green 68 ◦ blue 72

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

Shades of Charade #394448

Tints of Charade #394448

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 value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#394448 (or 0x394448) is known color: 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

RGB 57 68 72 -
CMYK 0.21 0.06 0 0.72
HSL 196º 0.12% 0.25% -
HSV(B) 196º 0.21% 0.28% -
XYZ 4.92 5.47 6.93 -
YUV 65.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 57 68 72 0.21 0.06 0 0.72 196 0.12 0.25
Hex 39 44 48 15 6 0 48 C4 C 19
Octal 71 104 110 25 6 0 110 304 14 31
Binary 111001 1000100 1001000 10101 110 0 1001000 11000100 1100 11001

Color Harmonies of #394448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394448

Black with #394448

Text Example


Text Example

White with #394448

Text Example


Text Example

HTML Codes & Css Web 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>