#31424F

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

Shades of Arsenic #31424F

Tints of Arsenic #31424F

Color information

#31424F (or 0x31424F) is unknown color: approx Arsenic. HEX triplet: 31, 42 and 4F. RGB value is (49,66,79). Sum of RGB (Red+Green+Blue) = 49+66+79=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 79 - color contains mainly: blue. Hex color #31424F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31424F is #CEBDB0. Grayscale: #3E3E3E. Windows color (decimal): -13548977 or 5194289. OLE color: 5194289.

HSL color Cylindrical-coordinate representation of color #31424F: hue angle of 206º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #31424F is Cyan = 0.38, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB496679-
CMYK0.380.1600.69
HSL206º23.44%25.1%-
HSV(B)206º37.97%30.98%-
XYZ4.635.118.14-
YUV62.4137.37118.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 66 (26.17% from 255) = 34.02%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=25.26%
G=34.02%
B=40.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4966790.380.1600.6920623.4425.1
Hex31424F2610045ce1719
Octal61102117462001053162731
Binary110001100001010011111001101000001000101110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31424F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31424F; }

 p { color: rgb(49,66,79); }

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

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

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

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

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

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

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