Html Css Color HEX #434040 Charcoal

📋 copy color: '#434040'

red 67 ◦ green 64 ◦ blue 64

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

Shades of Charcoal #434040

Tints of Charcoal #434040

RGB

 RED value IS 67 (26.56% from 255) = 34.36%

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

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

R = 34.36%
G = 32.82%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#434040 (or 0x434040) is known color: Charcoal. HEX triplet: 43, 40 and 40. RGB value is (67,64,64). Sum of RGB (Red+Green+Blue) = 67+64+64=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 64 (25.39% from 255 or 32.82% from 195); Max value from RGB is 67 - color contains mainly: red. Hex color #434040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434040 is #BCBFBF. Grayscale: #404040. Windows color (decimal): -12369856 or 4210755. OLE color: 4210755.

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

Color convert

RGB 67 64 64 -
CMYK 0 0.04 0.04 0.74
HSL 0.02% 0.26% -
HSV(B) 0.04% 0.26% -
XYZ 5.07 5.23 5.59 -
YUV 64.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 67 64 64 0 0.04 0.04 0.74 0 0.02 0.26
Hex 43 40 40 0 4 4 4A 0 2 1A
Octal 103 100 100 0 4 4 112 0 2 32
Binary 1000011 1000000 1000000 0 100 100 1001010 0 10 11010

Color Harmonies of #434040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434040

Black with #434040

Text Example


Text Example

White with #434040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434040; }

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

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

background-color css

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

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

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

border-color css

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

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

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