#315052

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

Shades of Dark Slate Grey #315052

Tints of Dark Slate Grey #315052

Color information

#315052 (or 0x315052) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 50 and 52. RGB value is (49,80,82). Sum of RGB (Red+Green+Blue) = 49+80+82=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #315052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315052 is #CEAFAD. Grayscale: #464646. Windows color (decimal): -13545390 or 5394481. OLE color: 5394481.

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

Color convert

RGB498082-
CMYK0.400.0200.68
HSL183.64º25.19%25.69%-
HSV(B)183.64º40.24%32.16%-
XYZ5.6679.04-
YUV70.96134.23112.34-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 80 (31.64% from 255) = 37.91%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=23.22%
G=37.91%
B=38.86%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4980820.400.0200.68183.6425.1925.69
Hex315052282044b8191a
Octal6112012250201042703132
Binary110001101000010100101010001001000100101110001100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315052; }

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

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

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

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

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

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

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

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