#484343

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

Shades of Charcoal #484343

Tints of Charcoal #484343

Color information

#484343 (or 0x484343) is unknown color: approx Charcoal. HEX triplet: 48, 43 and 43. RGB value is (72,67,67). Sum of RGB (Red+Green+Blue) = 72+67+67=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 72 - color contains mainly: red. Hex color #484343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484343 is #B7BCBC. Grayscale: #444444. Windows color (decimal): -12041405 or 4408136. OLE color: 4408136.

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

Color convert

RGB726767-
CMYK00.070.070.72
HSL3.6%27.25%-
HSV(B)6.94%28.24%-
XYZ5.695.86.13-
YUV68.5127.16130.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 67 (26.56% from 255) = 32.52%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=34.95%
G=32.52%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72676700.070.070.7203.627.25
Hex48434307748041b
Octal1101031030771100433
Binary10010001000011100001101111111001000010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484343; }

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

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

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

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

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

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

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

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