Html Css Color HEX #315052 Dark Slate Grey

📋 copy color: '#315052'

red 49 ◦ green 80 ◦ blue 82

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

Shades of Dark Slate Grey #315052

Tints of Dark Slate Grey #315052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.91%

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

R = 23.22%
G = 37.91%
B = 38.86%

CMYK

 C value IS 0.40

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#315052 (or 0x315052) is known color: Dark Slate Grey. HEX triplet: 31, 50 and 52. RGB value is (49,80,82). Sum of RGB (Red+Green+Blue) = 49+80+82=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 80 (31.64% from 255 or 37.91% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 82 - color contains mainly: blue. Hex color #315052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315052 is #CEAFAD. Grayscale: #464646. Windows color (decimal): -13545390 or 5394481. OLE color: 5394481.

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

Color convert

RGB 49 80 82 -
CMYK 0.40 0.02 0 0.68
HSL 183.64º 0.25% 0.26% -
HSV(B) 183.64º 0.4% 0.32% -
XYZ 5.66 7 9.04 -
YUV 70.96 134.23 112.34 -
System Red Green Blue C M Y K H S L
Decimal 49 80 82 0.40 0.02 0 0.68 183.64 0.25 0.26
Hex 31 50 52 28 2 0 44 B8 19 1A
Octal 61 120 122 50 2 0 104 270 31 32
Binary 110001 1010000 1010010 101000 10 0 1000100 10111000 11001 11010

Color Harmonies of #315052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315052

Black with #315052

Text Example


Text Example

White with #315052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315052; }

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

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

background-color css

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

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

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

border-color css

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

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

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