#315152

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

Shades of Dark Slate Grey #315152

Tints of Dark Slate Grey #315152

Color information

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

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

Color convert

RGB498182-
CMYK0.400.0100.68
HSL181.82º25.19%25.69%-
HSV(B)181.82º40.24%32.16%-
XYZ5.737.159.06-
YUV71.55133.9111.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4981820.400.0100.68181.8225.1925.69
Hex315152281044b6191a
Octal6112112250101042663132
Binary11000110100011010010101000101000100101101101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315152; }

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

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

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

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

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

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

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

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