#384348

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

Shades of Charade #384348

Tints of Charade #384348

Color information

#384348 (or 0x384348) is unknown color: approx Charade. HEX triplet: 38, 43 and 48. RGB value is (56,67,72). Sum of RGB (Red+Green+Blue) = 56+67+72=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 67 (26.56% from 255 or 34.36% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #384348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384348 is #C7BCB7. Grayscale: #404040. Windows color (decimal): -13089976 or 4735800. OLE color: 4735800.

HSL color Cylindrical-coordinate representation of color #384348: hue angle of 198.75º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #384348 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB566772-
CMYK0.220.0700.72
HSL198.75º12.5%25.1%-
HSV(B)198.75º22.22%28.24%-
XYZ4.815.326.9-
YUV64.28132.36122.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.72%
GREEN value IS 67 (26.56% from 255) = 34.36%
BLUE value IS 72 (28.52% from 255) = 36.92%
R=28.72%
G=34.36%
B=36.92%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5667720.220.0700.72198.7512.525.1
Hex384348167048c7c19
Octal7010311026701103071431
Binary11100010000111001000101101110100100011000111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384348; }

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

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

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

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

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

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

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

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