Html Css Color HEX #315352 Dark Slate Grey

📋 copy color: '#315352'

red 49 ◦ green 83 ◦ blue 82

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

Shades of Dark Slate Grey #315352

Tints of Dark Slate Grey #315352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 38.32%

R = 22.9%
G = 38.79%
B = 38.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.01

 K value IS 0.67

RGB Variations

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

Color information

#315352 (or 0x315352) is known color: Dark Slate Grey. HEX triplet: 31, 53 and 52. RGB value is (49,83,82). Sum of RGB (Red+Green+Blue) = 49+83+82=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #315352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315352 is #CEACAD. Grayscale: #484848. Windows color (decimal): -13544622 or 5395249. OLE color: 5395249.

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

Color convert

RGB 49 83 82 -
CMYK 0.41 0 0.01 0.67
HSL 178.24º 0.26% 0.26% -
HSV(B) 178.24º 0.41% 0.33% -
XYZ 5.88 7.45 9.11 -
YUV 72.72 133.24 111.08 -
System Red Green Blue C M Y K H S L
Decimal 49 83 82 0.41 0 0.01 0.67 178.24 0.26 0.26
Hex 31 53 52 29 0 1 43 B2 1A 1A
Octal 61 123 122 51 0 1 103 262 32 32
Binary 110001 1010011 1010010 101001 0 1 1000011 10110010 11010 11010

Color Harmonies of #315352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315352

Black with #315352

Text Example


Text Example

White with #315352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315352; }

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

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

background-color css

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

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

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

border-color css

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

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

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