#34414B

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

Shades of Arsenic #34414B

Tints of Arsenic #34414B

Color information

#34414B (or 0x34414B) is unknown color: approx Arsenic. HEX triplet: 34, 41 and 4B. RGB value is (52,65,75). Sum of RGB (Red+Green+Blue) = 52+65+75=192 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.08% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #34414B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34414B is #CBBEB4. Grayscale: #3E3E3E. Windows color (decimal): -13352629 or 4931892. OLE color: 4931892.

HSL color Cylindrical-coordinate representation of color #34414B: hue angle of 206.09º 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 #34414B is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB526575-
CMYK0.310.1300.71
HSL206.09º18.11%24.9%-
HSV(B)206.09º30.67%29.41%-
XYZ4.585.027.38-
YUV62.25135.19120.69-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.08%
GREEN value IS 65 (25.78% from 255) = 33.85%
BLUE value IS 75 (29.69% from 255) = 39.06%
R=27.08%
G=33.85%
B=39.06%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5265750.310.1300.71206.0918.1124.9
Hex34414B1FD047ce1219
Octal64101113371501073162231
Binary1101001000001100101111111110101000111110011101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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