Html Css Color HEX #394445 Charade

📋 copy color: '#394445'

red 57 ◦ green 68 ◦ blue 69

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

Shades of Charade #394445

Tints of Charade #394445

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.05%

 BLUE value IS 69 (27.34% from 255) = 35.57%

R = 29.38%
G = 35.05%
B = 35.57%

CMYK

 C value IS 0.17

 M value IS 0.01

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#394445 (or 0x394445) is known color: Charade. HEX triplet: 39, 44 and 45. RGB value is (57,68,69). Sum of RGB (Red+Green+Blue) = 57+68+69=194 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.38% from 194); Green value is 68 (26.95% from 255 or 35.05% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 69 - color contains mainly: blue. Hex color #394445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #394445 is #C6BBBA. Grayscale: #404040. Windows color (decimal): -13024187 or 4539449. OLE color: 4539449.

HSL color Cylindrical-coordinate representation of color #394445: hue angle of 185º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #394445 is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 57 68 69 -
CMYK 0.17 0.01 0 0.73
HSL 185º 0.1% 0.25% -
HSV(B) 185º 0.17% 0.27% -
XYZ 4.83 5.43 6.42 -
YUV 64.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 57 68 69 0.17 0.01 0 0.73 185 0.1 0.25
Hex 39 44 45 11 1 0 49 B9 A 19
Octal 71 104 105 21 1 0 111 271 12 31
Binary 111001 1000100 1000101 10001 1 0 1001001 10111001 1010 11001

Color Harmonies of #394445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #394445

Black with #394445

Text Example


Text Example

White with #394445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #394445; }

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

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

background-color css

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

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

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

border-color css

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

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

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