Html Css Color HEX #374144 Charade

📋 copy color: '#374144'

red 55 ◦ green 65 ◦ blue 68

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

Shades of Charade #374144

Tints of Charade #374144

RGB

 RED value IS 55 (21.88% from 255) = 29.26%

 GREEN value IS 65 (25.78% from 255) = 34.57%

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

R = 29.26%
G = 34.57%
B = 36.17%

CMYK

 C value IS 0.19

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#374144 (or 0x374144) is known color: Charade. HEX triplet: 37, 41 and 44. RGB value is (55,65,68). Sum of RGB (Red+Green+Blue) = 55+65+68=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 68 (26.95% from 255 or 36.17% from 188); Max value from RGB is 68 - color contains mainly: blue. Hex color #374144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374144 is #C8BEBB. Grayscale: #3E3E3E. Windows color (decimal): -13156028 or 4473143. OLE color: 4473143.

HSL color Cylindrical-coordinate representation of color #374144: hue angle of 193.85º degrees, saturation: 0.11, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #374144 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 55 65 68 -
CMYK 0.19 0.04 0 0.73
HSL 193.85º 0.11% 0.24% -
HSV(B) 193.85º 0.19% 0.27% -
XYZ 4.51 5.01 6.2 -
YUV 62.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 55 65 68 0.19 0.04 0 0.73 193.85 0.11 0.24
Hex 37 41 44 13 4 0 49 C2 B 18
Octal 67 101 104 23 4 0 111 302 13 30
Binary 110111 1000001 1000100 10011 100 0 1001001 11000010 1011 11000

Color Harmonies of #374144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #374144

Black with #374144

Text Example


Text Example

White with #374144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #374144; }

 p { color: rgb(55,65,68); }

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

background-color css

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

 a { background-color: rgb(55,65,68); }

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

border-color css

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

 span { border-color: rgb(55,65,68); }

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