Html Css Color HEX #424040 Charcoal

📋 copy color: '#424040'

red 66 ◦ green 64 ◦ blue 64

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

Shades of Charcoal #424040

Tints of Charcoal #424040

RGB

 RED value IS 66 (26.17% from 255) = 34.02%

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

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

R = 34.02%
G = 32.99%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#424040 (or 0x424040) is known color: Charcoal. HEX triplet: 42, 40 and 40. RGB value is (66,64,64). Sum of RGB (Red+Green+Blue) = 66+64+64=194 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.02% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 64 (25.39% from 255 or 32.99% from 194); Max value from RGB is 66 - color contains mainly: red. Hex color #424040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424040 is #BDBFBF. Grayscale: #404040. Windows color (decimal): -12435392 or 4210754. OLE color: 4210754.

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

Color convert

RGB 66 64 64 -
CMYK 0 0.03 0.03 0.74
HSL 0.02% 0.25% -
HSV(B) 0.03% 0.26% -
XYZ 5.01 5.2 5.59 -
YUV 64.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 66 64 64 0 0.03 0.03 0.74 0 0.02 0.25
Hex 42 40 40 0 3 3 4A 0 2 19
Octal 102 100 100 0 3 3 112 0 2 31
Binary 1000010 1000000 1000000 0 11 11 1001010 0 10 11001

Color Harmonies of #424040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424040

Black with #424040

Text Example


Text Example

White with #424040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424040; }

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

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

background-color css

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

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

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

border-color css

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

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

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