Html Css Color HEX #394244 Charade

📋 copy color: '#394244'

red 57 ◦ green 66 ◦ blue 68

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

Shades of Charade #394244

Tints of Charade #394244

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.55%

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

R = 29.84%
G = 34.55%
B = 35.6%

CMYK

 C value IS 0.16

 M value IS 0.03

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#394244 (or 0x394244) is known color: Charade. HEX triplet: 39, 42 and 44. RGB value is (57,66,68). Sum of RGB (Red+Green+Blue) = 57+66+68=191 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.84% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 68 (26.95% from 255 or 35.60% from 191); Max value from RGB is 68 - color contains mainly: blue. Hex color #394244 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394244 is #C6BDBB. Grayscale: #3F3F3F. Windows color (decimal): -13024700 or 4473401. OLE color: 4473401.

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

Color convert

RGB 57 66 68 -
CMYK 0.16 0.03 0 0.73
HSL 190.91º 0.09% 0.25% -
HSV(B) 190.91º 0.16% 0.27% -
XYZ 4.68 5.18 6.22 -
YUV 63.54 130.52 123.34 -
System Red Green Blue C M Y K H S L
Decimal 57 66 68 0.16 0.03 0 0.73 190.91 0.09 0.25
Hex 39 42 44 10 3 0 49 BF 9 19
Octal 71 102 104 20 3 0 111 277 11 31
Binary 111001 1000010 1000100 10000 11 0 1001001 10111111 1001 11001

Color Harmonies of #394244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394244

Black with #394244

Text Example


Text Example

White with #394244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394244; }

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

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

background-color css

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

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

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

border-color css

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

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

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