#384145

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

Shades of Charade #384145

Tints of Charade #384145

Color information

#384145 (or 0x384145) is unknown color: approx Charade. HEX triplet: 38, 41 and 45. RGB value is (56,65,69). Sum of RGB (Red+Green+Blue) = 56+65+69=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 69 - color contains mainly: blue. Hex color #384145 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384145 is #C7BEBA. Grayscale: #3E3E3E. Windows color (decimal): -13090491 or 4538680. OLE color: 4538680.

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

Color convert

RGB566569-
CMYK0.190.0600.73
HSL198.46º10.4%24.51%-
HSV(B)198.46º18.84%27.06%-
XYZ4.65.056.36-
YUV62.76131.52123.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 65 (25.78% from 255) = 34.21%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=29.47%
G=34.21%
B=36.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5665690.190.0600.73198.4610.424.51
Hex384145136049c6a19
Octal7010110523601113061231
Binary11100010000011000101100111100100100111000110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384145; }

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

 H1.HeaderClassName
 {
   color: #384145;
 }
 .AnyTagClassName
 {
   color: #384145;
 }
</style>
background-color css

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

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

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

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

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

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