Html Css Color HEX #394348 Charade

📋 copy color: '#394348'

red 57 ◦ green 67 ◦ blue 72

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

Shades of Charade #394348

Tints of Charade #394348

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.18%

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

R = 29.08%
G = 34.18%
B = 36.73%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#394348 (or 0x394348) is known color: Charade. HEX triplet: 39, 43 and 48. RGB value is (57,67,72). Sum of RGB (Red+Green+Blue) = 57+67+72=196 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.08% from 196); Green value is 67 (26.56% from 255 or 34.18% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #394348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394348 is #C6BCB7. Grayscale: #404040. Windows color (decimal): -13024440 or 4735801. OLE color: 4735801.

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

Color convert

RGB 57 67 72 -
CMYK 0.21 0.07 0 0.72
HSL 200º 0.12% 0.25% -
HSV(B) 200º 0.21% 0.28% -
XYZ 4.86 5.35 6.91 -
YUV 64.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 57 67 72 0.21 0.07 0 0.72 200 0.12 0.25
Hex 39 43 48 15 7 0 48 C8 C 19
Octal 71 103 110 25 7 0 110 310 14 31
Binary 111001 1000011 1001000 10101 111 0 1001000 11001000 1100 11001

Color Harmonies of #394348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394348

Black with #394348

Text Example


Text Example

White with #394348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394348; }

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

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

background-color css

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

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

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

border-color css

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

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

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