#39424B

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

Shades of Arsenic #39424B

Tints of Arsenic #39424B

Color information

#39424B (or 0x39424B) is unknown color: approx Arsenic. HEX triplet: 39, 42 and 4B. RGB value is (57,66,75). Sum of RGB (Red+Green+Blue) = 57+66+75=198 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.79% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #39424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39424B is #C6BDB4. Grayscale: #404040. Windows color (decimal): -13024693 or 4932153. OLE color: 4932153.

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

Color convert

RGB576675-
CMYK0.240.1200.71
HSL210º13.64%25.88%-
HSV(B)210º24%29.41%-
XYZ4.915.277.42-
YUV64.33134.02122.77-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 28.79%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 75 (29.69% from 255) = 37.88%
R=28.79%
G=33.33%
B=37.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5766750.240.1200.7121013.6425.88
Hex39424B18C047d2e1a
Octal71102113301401073221632
Binary111001100001010010111100011000100011111010010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39424B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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