Html Css Color HEX #434242 Charcoal

📋 copy color: '#434242'

red 67 ◦ green 66 ◦ blue 66

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

Shades of Charcoal #434242

Tints of Charcoal #434242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.17%

 BLUE value IS 66 (26.17% from 255) = 33.17%

R = 33.67%
G = 33.17%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.74

RGB Variations

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

Color information

#434242 (or 0x434242) is known color: Charcoal. HEX triplet: 43, 42 and 42. RGB value is (67,66,66). Sum of RGB (Red+Green+Blue) = 67+66+66=199 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.67% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 67 - color contains mainly: red. Hex color #434242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #434242 is #BCBDBD. Grayscale: #424242. Windows color (decimal): -12369342 or 4342339. OLE color: 4342339.

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

Color convert

RGB 67 66 66 -
CMYK 0 0.01 0.01 0.74
HSL 0.01% 0.26% -
HSV(B) 0.01% 0.26% -
XYZ 5.25 5.48 5.94 -
YUV 66.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 67 66 66 0 0.01 0.01 0.74 0 0.01 0.26
Hex 43 42 42 0 1 1 4A 0 1 1A
Octal 103 102 102 0 1 1 112 0 1 32
Binary 1000011 1000010 1000010 0 1 1 1001010 0 1 11010

Color Harmonies of #434242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434242

Black with #434242

Text Example


Text Example

White with #434242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434242; }

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

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

background-color css

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

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

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

border-color css

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

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

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