#34424B

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

Shades of Arsenic #34424B

Tints of Arsenic #34424B

Color information

#34424B (or 0x34424B) is unknown color: approx Arsenic. HEX triplet: 34, 42 and 4B. RGB value is (52,66,75). Sum of RGB (Red+Green+Blue) = 52+66+75=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #34424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34424B is #CBBDB4. Grayscale: #3E3E3E. Windows color (decimal): -13352373 or 4932148. OLE color: 4932148.

HSL color Cylindrical-coordinate representation of color #34424B: hue angle of 203.48º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #34424B is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB526675-
CMYK0.310.1200.71
HSL203.48º18.11%24.9%-
HSV(B)203.48º30.67%29.41%-
XYZ4.635.137.4-
YUV62.84134.86120.27-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26.94%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 75 (29.69% from 255) = 38.86%
R=26.94%
G=34.20%
B=38.86%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5266750.310.1200.71203.4818.1124.9
Hex34424B1FC047cb1219
Octal64102113371401073132231
Binary1101001000010100101111111110001000111110010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34424B; }

 p { color: rgb(52,66,75); }

 H1.HeaderClassName
 {
   color: #34424B;
 }
 .AnyTagClassName
 {
   color: #34424B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #34424B;
 }
 .BgClassName
 {
   background-color: #34424B;
 }
</style>
border-color css

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

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

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