#434242

Color #434242 Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Charcoal #434242

Tints of Charcoal #434242

Color information

#434242 (or 0x434242) is unknown color: approx 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

RGB676666-
CMYK00.010.010.74
HSL0.75%26.08%-
HSV(B)1.49%26.27%-
XYZ5.255.485.94-
YUV66.3127.83128.5-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal67666600.010.010.7400.7526.08
Hex4342420114A011a
Octal1031021020111120132
Binary10000111000010100001001110010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>