#384448

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

Shades of Charade #384448

Tints of Charade #384448

Color information

#384448 (or 0x384448) is unknown color: approx Charade. HEX triplet: 38, 44 and 48. RGB value is (56,68,72). Sum of RGB (Red+Green+Blue) = 56+68+72=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 68 (26.95% from 255 or 34.69% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #384448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384448 is #C7BBB7. Grayscale: #404040. Windows color (decimal): -13089720 or 4736056. OLE color: 4736056.

HSL color Cylindrical-coordinate representation of color #384448: hue angle of 195º 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 #384448 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB566872-
CMYK0.220.0600.72
HSL195º12.5%25.1%-
HSV(B)195º22.22%28.24%-
XYZ4.875.446.92-
YUV64.87132.02121.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 28.57%
GREEN value IS 68 (26.95% from 255) = 34.69%
BLUE value IS 72 (28.52% from 255) = 36.73%
R=28.57%
G=34.69%
B=36.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5668720.220.0600.7219512.525.1
Hex384448166048c3c19
Octal7010411026601103031431
Binary11100010001001001000101101100100100011000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384448; }

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

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

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

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

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

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

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

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