Html Css Color HEX #315253 Dark Slate Grey

📋 copy color: '#315253'

red 49 ◦ green 82 ◦ blue 83

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

Shades of Dark Slate Grey #315253

Tints of Dark Slate Grey #315253

RGB

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

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

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

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

CMYK

 C value IS 0.41

 M value IS 0.01

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

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

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

Color convert

RGB 49 82 83 -
CMYK 0.41 0.01 0 0.67
HSL 181.76º 0.26% 0.26% -
HSV(B) 181.76º 0.41% 0.33% -
XYZ 5.85 7.31 9.29 -
YUV 72.25 134.07 111.42 -
System Red Green Blue C M Y K H S L
Decimal 49 82 83 0.41 0.01 0 0.67 181.76 0.26 0.26
Hex 31 52 53 29 1 0 43 B6 1A 1A
Octal 61 122 123 51 1 0 103 266 32 32
Binary 110001 1010010 1010011 101001 1 0 1000011 10110110 11010 11010

Color Harmonies of #315253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315253

Black with #315253

Text Example


Text Example

White with #315253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315253; }

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

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

background-color css

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

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

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

border-color css

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

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

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