Html Css Color HEX #315353 Dark Slate Grey

📋 copy color: '#315353'

red 49 ◦ green 83 ◦ blue 83

#315353
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Grey #315353

Tints of Dark Slate Grey #315353

RGB

 RED value IS 49 (19.53% from 255) = 22.79%

 GREEN value IS 83 (32.81% from 255) = 38.6%

 BLUE value IS 83 (32.81% from 255) = 38.6%

R = 22.79%
G = 38.6%
B = 38.6%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#315353 (or 0x315353) is known color: Dark Slate Grey. HEX triplet: 31, 53 and 53. RGB value is (49,83,83). Sum of RGB (Red+Green+Blue) = 49+83+83=215 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.79% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: green, blue. Hex color #315353 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315353 is #CEACAC. Grayscale: #484848. Windows color (decimal): -13544621 or 5460785. OLE color: 5460785.

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

Color convert

RGB 49 83 83 -
CMYK 0.41 0 0 0.67
HSL 180º 0.26% 0.26% -
HSV(B) 180º 0.41% 0.33% -
XYZ 5.92 7.46 9.31 -
YUV 72.83 133.74 111 -
System Red Green Blue C M Y K H S L
Decimal 49 83 83 0.41 0 0 0.67 180 0.26 0.26
Hex 31 53 53 29 0 0 43 B4 1A 1A
Octal 61 123 123 51 0 0 103 264 32 32
Binary 110001 1010011 1010011 101001 0 0 1000011 10110100 11010 11010

Color Harmonies of #315353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315353

Black with #315353

Text Example


Text Example

White with #315353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315353; }

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

 H1.HeaderClassName
 {
   color: #315353;
 }
 .AnyTagClassName
 {
   color: #315353;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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