Html Css Color HEX #315152 Dark Slate Grey

📋 copy color: '#315152'

red 49 ◦ green 81 ◦ blue 82

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

Shades of Dark Slate Grey #315152

Tints of Dark Slate Grey #315152

RGB

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

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

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

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

CMYK

 C value IS 0.40

 M value IS 0.01

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

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

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

Color convert

RGB 49 81 82 -
CMYK 0.40 0.01 0 0.68
HSL 181.82º 0.25% 0.26% -
HSV(B) 181.82º 0.4% 0.32% -
XYZ 5.73 7.15 9.06 -
YUV 71.55 133.9 111.92 -
System Red Green Blue C M Y K H S L
Decimal 49 81 82 0.40 0.01 0 0.68 181.82 0.25 0.26
Hex 31 51 52 28 1 0 44 B6 19 1A
Octal 61 121 122 50 1 0 104 266 31 32
Binary 110001 1010001 1010010 101000 1 0 1000100 10110110 11001 11010

Color Harmonies of #315152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315152

Black with #315152

Text Example


Text Example

White with #315152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315152; }

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

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

background-color css

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

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

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

border-color css

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

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

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