Html Css Color HEX #484141 Charcoal

📋 copy color: '#484141'

red 72 ◦ green 65 ◦ blue 65

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

Shades of Charcoal #484141

Tints of Charcoal #484141

RGB

 RED value IS 72 (28.52% from 255) = 35.64%

 GREEN value IS 65 (25.78% from 255) = 32.18%

 BLUE value IS 65 (25.78% from 255) = 32.18%

R = 35.64%
G = 32.18%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.72

RGB Variations

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

Color information

#484141 (or 0x484141) is known color: Charcoal. HEX triplet: 48, 41 and 41. RGB value is (72,65,65). Sum of RGB (Red+Green+Blue) = 72+65+65=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 65 (25.78% from 255 or 32.18% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 72 - color contains mainly: red. Hex color #484141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #484141 is #B7BEBE. Grayscale: #434343. Windows color (decimal): -12041919 or 4276552. OLE color: 4276552.

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

Color convert

RGB 72 65 65 -
CMYK 0 0.10 0.10 0.72
HSL 0.05% 0.27% -
HSV(B) 0.1% 0.28% -
XYZ 5.52 5.54 5.78 -
YUV 67.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 72 65 65 0 0.10 0.10 0.72 0 0.05 0.27
Hex 48 41 41 0 A A 48 0 5 1B
Octal 110 101 101 0 12 12 110 0 5 33
Binary 1001000 1000001 1000001 0 1010 1010 1001000 0 101 11011

Color Harmonies of #484141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #484141

Black with #484141

Text Example


Text Example

White with #484141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #484141; }

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

 H1.HeaderClassName
 {
   color: #484141;
 }
 .AnyTagClassName
 {
   color: #484141;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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