Html Css Color HEX #315252 Dark Slate Grey

📋 copy color: '#315252'

red 49 ◦ green 82 ◦ blue 82

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

Shades of Dark Slate Grey #315252

Tints of Dark Slate Grey #315252

RGB

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

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

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

R = 23%
G = 38.5%
B = 38.5%

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

#315252 (or 0x315252) is known color: Dark Slate Grey. HEX triplet: 31, 52 and 52. RGB value is (49,82,82). Sum of RGB (Red+Green+Blue) = 49+82+82=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 82 (32.42% from 255 or 38.50% from 213); Max value from RGB is 82 - color contains mainly: green, blue. Hex color #315252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315252 is #CEADAD. Grayscale: #484848. Windows color (decimal): -13544878 or 5394993. OLE color: 5394993.

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

Color convert

RGB 49 82 82 -
CMYK 0.40 0 0 0.68
HSL 180º 0.25% 0.26% -
HSV(B) 180º 0.4% 0.32% -
XYZ 5.81 7.3 9.09 -
YUV 72.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 49 82 82 0.40 0 0 0.68 180 0.25 0.26
Hex 31 52 52 28 0 0 44 B4 19 1A
Octal 61 122 122 50 0 0 104 264 31 32
Binary 110001 1010010 1010010 101000 0 0 1000100 10110100 11001 11010

Color Harmonies of #315252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315252

Black with #315252

Text Example


Text Example

White with #315252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315252; }

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

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

background-color css

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

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

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

border-color css

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

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

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