#313D48

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

Shades of Arsenic #313D48

Tints of Arsenic #313D48

Color information

#313D48 (or 0x313D48) is unknown color: approx Arsenic. HEX triplet: 31, 3D and 48. RGB value is (49,61,72). Sum of RGB (Red+Green+Blue) = 49+61+72=182 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.92% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 72 (28.52% from 255 or 39.56% from 182); Max value from RGB is 72 - color contains mainly: blue. Hex color #313D48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D48 is #CEC2B7. Grayscale: #3A3A3A. Windows color (decimal): -13550264 or 4734257. OLE color: 4734257.

HSL color Cylindrical-coordinate representation of color #313D48: hue angle of 208.7º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #313D48 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB496172-
CMYK0.320.1500.72
HSL208.7º19.01%23.73%-
HSV(B)208.7º31.94%28.24%-
XYZ4.114.466.78-
YUV58.67135.52121.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.92%
GREEN value IS 61 (24.22% from 255) = 33.52%
BLUE value IS 72 (28.52% from 255) = 39.56%
R=26.92%
G=33.52%
B=39.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4961720.320.1500.72208.719.0123.73
Hex313D4820F048d11318
Octal6175110401701103212330
Binary1100011111011001000100000111101001000110100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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