Html Css Color HEX #414040 Charcoal

📋 copy color: '#414040'

red 65 ◦ green 64 ◦ blue 64

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

Shades of Charcoal #414040

Tints of Charcoal #414040

RGB

 RED value IS 65 (25.78% from 255) = 33.68%

 GREEN value IS 64 (25.39% from 255) = 33.16%

 BLUE value IS 64 (25.39% from 255) = 33.16%

R = 33.68%
G = 33.16%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#414040 (or 0x414040) is known color: Charcoal. HEX triplet: 41, 40 and 40. RGB value is (65,64,64). Sum of RGB (Red+Green+Blue) = 65+64+64=193 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.68% from 193); Green value is 64 (25.39% from 255 or 33.16% from 193); Blue value is 64 (25.39% from 255 or 33.16% from 193); Max value from RGB is 65 - color contains mainly: red. Hex color #414040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414040 is #BEBFBF. Grayscale: #404040. Windows color (decimal): -12500928 or 4210753. OLE color: 4210753.

HSL color Cylindrical-coordinate representation of color #414040: hue angle of 0º degrees, saturation: 0.01, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #414040 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 64 64 -
CMYK 0 0.02 0.02 0.75
HSL 0.01% 0.25% -
HSV(B) 0.02% 0.25% -
XYZ 4.94 5.16 5.59 -
YUV 64.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 65 64 64 0 0.02 0.02 0.75 0 0.01 0.25
Hex 41 40 40 0 2 2 4B 0 1 19
Octal 101 100 100 0 2 2 113 0 1 31
Binary 1000001 1000000 1000000 0 10 10 1001011 0 1 11001

Color Harmonies of #414040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414040

Black with #414040

Text Example


Text Example

White with #414040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414040; }

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

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

background-color css

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

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

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

border-color css

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

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

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