#315251

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

Shades of Dark Slate Grey #315251

Tints of Dark Slate Grey #315251

Color information

#315251 (or 0x315251) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 52 and 51. RGB value is (49,82,81). Sum of RGB (Red+Green+Blue) = 49+82+81=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #315251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315251 is #CEADAE. Grayscale: #474747. Windows color (decimal): -13544879 or 5329457. OLE color: 5329457.

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

Color convert

RGB498281-
CMYK0.4000.010.68
HSL178.18º25.19%25.69%-
HSV(B)178.18º40.24%32.16%-
XYZ5.777.288.89-
YUV72.02133.07111.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 81 (32.03% from 255) = 38.21%
R=23.11%
G=38.68%
B=38.21%

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
Decimal4982810.4000.010.68178.1825.1925.69
Hex315251280144b2191a
Octal6112212150011042623132
Binary11000110100101010001101000011000100101100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315251; }

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

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

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

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

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

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

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

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