#384144

Color #384144 Charade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charade #384144

Tints of Charade #384144

Color information

#384144 (or 0x384144) is unknown color: approx 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

RGB566568-
CMYK0.180.0400.73
HSL195º9.68%24.31%-
HSV(B)195º17.65%26.67%-
XYZ4.565.046.2-
YUV62.65131.02123.26-

RGB Variations

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

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 (Cyan) values IS 0.18
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5665680.180.0400.731959.6824.31
Hex384144124049c3a18
Octal7010110422401113031230
Binary11100010000011000100100101000100100111000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>