Html Css Color HEX #384144 Charade

📋 copy color: '#384144'

red 56 ◦ green 65 ◦ blue 68

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

Shades of Charade #384144

Tints of Charade #384144

RGB

 RED value IS 56 (22.27% from 255) = 29.63%

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

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

R = 29.63%
G = 34.39%
B = 35.98%

CMYK

 C value IS 0.18

 M value IS 0.04

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#384144 (or 0x384144) is known color: Charade. HEX triplet: 38, 41 and 44. RGB value is (56,65,68). Sum of RGB (Red+Green+Blue) = 56+65+68=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 65 (25.78% from 255 or 34.39% from 189); Blue value is 68 (26.95% from 255 or 35.98% from 189); Max value from RGB is 68 - color contains mainly: blue. Hex color #384144 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384144 is #C7BEBB. Grayscale: #3E3E3E. Windows color (decimal): -13090492 or 4473144. OLE color: 4473144.

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

Color convert

RGB 56 65 68 -
CMYK 0.18 0.04 0 0.73
HSL 195º 0.1% 0.24% -
HSV(B) 195º 0.18% 0.27% -
XYZ 4.56 5.04 6.2 -
YUV 62.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 56 65 68 0.18 0.04 0 0.73 195 0.1 0.24
Hex 38 41 44 12 4 0 49 C3 A 18
Octal 70 101 104 22 4 0 111 303 12 30
Binary 111000 1000001 1000100 10010 100 0 1001001 11000011 1010 11000

Color Harmonies of #384144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384144

Black with #384144

Text Example


Text Example

White with #384144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384144; }

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

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

background-color css

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

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

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

border-color css

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

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

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