#483F3F

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

Shades of Charcoal #483F3F

Tints of Charcoal #483F3F

Color information

#483F3F (or 0x483F3F) is unknown color: approx Charcoal. HEX triplet: 48, 3F and 3F. RGB value is (72,63,63). Sum of RGB (Red+Green+Blue) = 72+63+63=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 63 (25% from 255 or 31.82% from 198); Blue value is 63 (25% from 255 or 31.82% from 198); Max value from RGB is 72 - color contains mainly: red. Hex color #483F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483F3F is #B7C0C0. Grayscale: #414141. Windows color (decimal): -12042433 or 4144968. OLE color: 4144968.

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

Color convert

RGB726363-
CMYK00.120.120.72
HSL6.67%26.47%-
HSV(B)12.5%28.24%-
XYZ5.355.295.44-
YUV65.69126.48132.5-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.36%
GREEN value IS 63 (25% from 255) = 31.82%
BLUE value IS 63 (25% from 255) = 31.82%
R=36.36%
G=31.82%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72636300.120.120.7206.6726.47
Hex483F3F0CC48071a
Octal1107777014141100732
Binary10010001111111111110110011001001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483F3F; }

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

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

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

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

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

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

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

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