#315252

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

Shades of Dark Slate Grey #315252

Tints of Dark Slate Grey #315252

Color information

#315252 (or 0x315252) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 52 and 52. RGB value is (49,82,82). Sum of RGB (Red+Green+Blue) = 49+82+82=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #315252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315252 is #CEADAD. Grayscale: #484848. Windows color (decimal): -13544878 or 5394993. OLE color: 5394993.

HSL color Cylindrical-coordinate representation of color #315252: hue angle of 180º 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 #315252 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB498282-
CMYK0.40000.68
HSL180º25.19%25.69%-
HSV(B)180º40.24%32.16%-
XYZ5.817.39.09-
YUV72.13133.57111.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 82 (32.42% from 255) = 38.50%
BLUE value IS 82 (32.42% from 255) = 38.50%
R=23.00%
G=38.50%
B=38.50%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4982820.40000.6818025.1925.69
Hex315252280044b4191a
Octal6112212250001042643132
Binary11000110100101010010101000001000100101101001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315252; }

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

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

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

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

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

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

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

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