Html Css Color HEX #315251 Dark Slate Grey

📋 copy color: '#315251'

red 49 ◦ green 82 ◦ blue 81

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

Shades of Dark Slate Grey #315251

Tints of Dark Slate Grey #315251

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 38.21%

R = 23.11%
G = 38.68%
B = 38.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.01

 K value IS 0.68

RGB Variations

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

Color information

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

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

Color convert

RGB 49 82 81 -
CMYK 0.40 0 0.01 0.68
HSL 178.18º 0.25% 0.26% -
HSV(B) 178.18º 0.4% 0.32% -
XYZ 5.77 7.28 8.89 -
YUV 72.02 133.07 111.58 -
System Red Green Blue C M Y K H S L
Decimal 49 82 81 0.40 0 0.01 0.68 178.18 0.25 0.26
Hex 31 52 51 28 0 1 44 B2 19 1A
Octal 61 122 121 50 0 1 104 262 31 32
Binary 110001 1010010 1010001 101000 0 1 1000100 10110010 11001 11010

Color Harmonies of #315251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315251

Black with #315251

Text Example


Text Example

White with #315251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315251; }

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

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

background-color css

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

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

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

border-color css

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

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

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