#384246

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

Shades of Charade #384246

Tints of Charade #384246

Color information

#384246 (or 0x384246) is unknown color: approx Charade. HEX triplet: 38, 42 and 46. RGB value is (56,66,70). Sum of RGB (Red+Green+Blue) = 56+66+70=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 70 - color contains mainly: blue. Hex color #384246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384246 is #C7BDB9. Grayscale: #3F3F3F. Windows color (decimal): -13090234 or 4604472. OLE color: 4604472.

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

Color convert

RGB566670-
CMYK0.200.0600.73
HSL197.14º11.11%24.71%-
HSV(B)197.14º20%27.45%-
XYZ4.685.186.55-
YUV63.47131.69122.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.17%
GREEN value IS 66 (26.17% from 255) = 34.38%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=29.17%
G=34.38%
B=36.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5666700.200.0600.73197.1411.1124.71
Hex384246146049c5b19
Octal7010210624601113051331
Binary11100010000101000110101001100100100111000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384246; }

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

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

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

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

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

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

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

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