#315153

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

Shades of Dark Slate Grey #315153

Tints of Dark Slate Grey #315153

Color information

#315153 (or 0x315153) is unknown color: approx Dark Slate Grey. HEX triplet: 31, 51 and 53. RGB value is (49,81,83). Sum of RGB (Red+Green+Blue) = 49+81+83=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 83 - color contains mainly: blue. Hex color #315153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315153 is #CEAEAC. Grayscale: #474747. Windows color (decimal): -13545133 or 5460273. OLE color: 5460273.

HSL color Cylindrical-coordinate representation of color #315153: hue angle of 183.53º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #315153 is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB498183-
CMYK0.410.0200.67
HSL183.53º25.76%25.88%-
HSV(B)183.53º40.96%32.55%-
XYZ5.777.169.26-
YUV71.66134.4111.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 81 (32.03% from 255) = 38.03%
BLUE value IS 83 (32.81% from 255) = 38.97%
R=23.00%
G=38.03%
B=38.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4981830.410.0200.67183.5325.7625.88
Hex315153292043b81a1a
Octal6112112351201032703232
Binary110001101000110100111010011001000011101110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315153; }

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

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

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

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

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

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

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

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