Html Css Color HEX #315151 Dark Slate Grey

📋 copy color: '#315151'

red 49 ◦ green 81 ◦ blue 81

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

Shades of Dark Slate Grey #315151

Tints of Dark Slate Grey #315151

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

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

R = 23.22%
G = 38.39%
B = 38.39%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#315151 (or 0x315151) is known color: Dark Slate Grey. HEX triplet: 31, 51 and 51. RGB value is (49,81,81). Sum of RGB (Red+Green+Blue) = 49+81+81=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: green, blue. Hex color #315151 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315151 is #CEAEAE. Grayscale: #474747. Windows color (decimal): -13545135 or 5329201. OLE color: 5329201.

HSL color Cylindrical-coordinate representation of color #315151: hue angle of 180º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #315151 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 49 81 81 -
CMYK 0.40 0 0 0.68
HSL 180º 0.25% 0.25% -
HSV(B) 180º 0.4% 0.32% -
XYZ 5.69 7.13 8.86 -
YUV 71.43 133.4 112 -
System Red Green Blue C M Y K H S L
Decimal 49 81 81 0.40 0 0 0.68 180 0.25 0.25
Hex 31 51 51 28 0 0 44 B4 19 19
Octal 61 121 121 50 0 0 104 264 31 31
Binary 110001 1010001 1010001 101000 0 0 1000100 10110100 11001 11001

Color Harmonies of #315151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315151

Black with #315151

Text Example


Text Example

White with #315151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315151; }

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

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

background-color css

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

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

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

border-color css

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

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

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