#384245

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

Shades of Charade #384245

Tints of Charade #384245

Color information

#384245 (or 0x384245) is unknown color: approx Charade. HEX triplet: 38, 42 and 45. RGB value is (56,66,69). Sum of RGB (Red+Green+Blue) = 56+66+69=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 69 - color contains mainly: blue. Hex color #384245 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384245 is #C7BDBA. Grayscale: #3F3F3F. Windows color (decimal): -13090235 or 4538936. OLE color: 4538936.

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

Color convert

RGB566669-
CMYK0.190.0400.73
HSL193.85º10.4%24.51%-
HSV(B)193.85º18.84%27.06%-
XYZ4.655.176.38-
YUV63.35131.19122.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.32%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=29.32%
G=34.55%
B=36.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5666690.190.0400.73193.8510.424.51
Hex384245134049c2a19
Octal7010210523401113021231
Binary11100010000101000101100111000100100111000010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384245; }

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

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

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

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

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

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

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

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