Html Css Color HEX #483F3F Charcoal

📋 copy color: '#483F3F'

red 72 ◦ green 63 ◦ blue 63

#483F3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Charcoal #483F3F

Tints of Charcoal #483F3F

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 value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.72

RGB Variations

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

Color information

#483F3F (or 0x483F3F) is known color: 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

RGB 72 63 63 -
CMYK 0 0.12 0.12 0.72
HSL 0.07% 0.26% -
HSV(B) 0.13% 0.28% -
XYZ 5.35 5.29 5.44 -
YUV 65.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 72 63 63 0 0.12 0.12 0.72 0 0.07 0.26
Hex 48 3F 3F 0 C C 48 0 7 1A
Octal 110 77 77 0 14 14 110 0 7 32
Binary 1001000 111111 111111 0 1100 1100 1001000 0 111 11010

Color Harmonies of #483F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #483F3F

Black with #483F3F

Text Example


Text Example

White with #483F3F

Text Example


Text Example

HTML Codes & Css Web 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>