#384345

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

Shades of Charade #384345

Tints of Charade #384345

Color information

#384345 (or 0x384345) is unknown color: approx Charade. HEX triplet: 38, 43 and 45. RGB value is (56,67,69). Sum of RGB (Red+Green+Blue) = 56+67+69=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 67 (26.56% from 255 or 34.90% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 69 - color contains mainly: blue. Hex color #384345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384345 is #C7BCBA. Grayscale: #3F3F3F. Windows color (decimal): -13089979 or 4539192. OLE color: 4539192.

HSL color Cylindrical-coordinate representation of color #384345: hue angle of 189.23º 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 #384345 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB566769-
CMYK0.190.0300.73
HSL189.23º10.4%24.51%-
HSV(B)189.23º18.84%27.06%-
XYZ4.715.286.4-
YUV63.94130.86122.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 67 (26.56% from 255) = 34.90%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=29.17%
G=34.90%
B=35.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5667690.190.0300.73189.2310.424.51
Hex384345133049bda19
Octal7010310523301112751231
Binary1110001000011100010110011110100100110111101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384345; }

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

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

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

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

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

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

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

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