#313D49

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

Shades of Arsenic #313D49

Tints of Arsenic #313D49

Color information

#313D49 (or 0x313D49) is unknown color: approx Arsenic. HEX triplet: 31, 3D and 49. RGB value is (49,61,73). Sum of RGB (Red+Green+Blue) = 49+61+73=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 61 (24.22% from 255 or 33.33% from 183); Blue value is 73 (28.91% from 255 or 39.89% from 183); Max value from RGB is 73 - color contains mainly: blue. Hex color #313D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D49 is #CEC2B6. Grayscale: #3A3A3A. Windows color (decimal): -13550263 or 4799793. OLE color: 4799793.

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

Color convert

RGB496173-
CMYK0.330.1600.71
HSL210º19.67%23.92%-
HSV(B)210º32.88%28.63%-
XYZ4.144.476.95-
YUV58.78136.02121.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 61 (24.22% from 255) = 33.33%
BLUE value IS 73 (28.91% from 255) = 39.89%
R=26.78%
G=33.33%
B=39.89%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4961730.330.1600.7121019.6723.92
Hex313D492110047d21418
Octal6175111412001073222430
Binary11000111110110010011000011000001000111110100101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313D49; }

 p { color: rgb(49,61,73); }

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

<style>
 a { background-color: #313D49; }

 a { background-color: rgb(49,61,73); }

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

<style>
 span { border-color: #313D49; }

 span { border-color: rgb(49,61,73); }

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