#3A4448

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

Shades of Charade #3A4448

Tints of Charade #3A4448

Color information

#3A4448 (or 0x3A4448) is unknown color: approx Charade. HEX triplet: 3A, 44 and 48. RGB value is (58,68,72). Sum of RGB (Red+Green+Blue) = 58+68+72=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 72 (28.52% from 255 or 36.36% from 198); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A4448 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4448 is #C5BBB7. Grayscale: #414141. Windows color (decimal): -12958648 or 4736058. OLE color: 4736058.

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

Color convert

RGB586872-
CMYK0.190.0600.72
HSL197.14º10.77%25.49%-
HSV(B)197.14º19.44%28.24%-
XYZ4.985.56.93-
YUV65.47131.69122.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 29.29%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 72 (28.52% from 255) = 36.36%
R=29.29%
G=34.34%
B=36.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5868720.190.0600.72197.1410.7725.49
Hex3A4448136048c5b19
Octal7210411023601103051331
Binary11101010001001001000100111100100100011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A4448; }

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

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

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

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

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

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

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

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