#315150

Color #315150 Dark Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Grey #315150

Tints of Dark Slate Grey #315150

Color information

#315150 (or 0x315150) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 51 and 50. RGB value is (49,81,80). Sum of RGB (Red+Green+Blue) = 49+81+80=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 81 (32.03% from 255 or 38.57% from 210); Blue value is 80 (31.64% from 255 or 38.10% from 210); Max value from RGB is 81 - color contains mainly: green. Hex color #315150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315150 is #CEAEAF. Grayscale: #474747. Windows color (decimal): -13545136 or 5263665. OLE color: 5263665.

HSL color Cylindrical-coordinate representation of color #315150: hue angle of 178.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315150 is Cyan = 0.40, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.68.

Color convert

RGB498180-
CMYK0.4000.010.68
HSL178.12º24.62%25.49%-
HSV(B)178.12º39.51%31.76%-
XYZ5.667.128.66-
YUV71.32132.9112.08-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 81 (32.03% from 255) = 38.57%
BLUE value IS 80 (31.64% from 255) = 38.10%
R=23.33%
G=38.57%
B=38.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981800.4000.010.68178.1224.6225.49
Hex315150280144b21919
Octal6112112050011042623131
Binary11000110100011010000101000011000100101100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315150; }

 p { color: rgb(49,81,80); }

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

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

 a { background-color: rgb(49,81,80); }

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

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

 span { border-color: rgb(49,81,80); }

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