Html Css Color HEX #314A4B Dark Slate Grey

📋 copy color: '#314A4B'

red 49 ◦ green 74 ◦ blue 75

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

Shades of Dark Slate Grey #314A4B

Tints of Dark Slate Grey #314A4B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37.37%

 BLUE value IS 75 (29.69% from 255) = 37.88%

R = 24.75%
G = 37.37%
B = 37.88%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#314A4B (or 0x314A4B) is known color: Dark Slate Grey. HEX triplet: 31, 4A and 4B. RGB value is (49,74,75). Sum of RGB (Red+Green+Blue) = 49+74+75=198 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.75% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 75 (29.69% from 255 or 37.88% from 198); Max value from RGB is 75 - color contains mainly: blue. Hex color #314A4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314A4B is #CEB5B4. Grayscale: #424242. Windows color (decimal): -13546933 or 4934193. OLE color: 4934193.

HSL color Cylindrical-coordinate representation of color #314A4B: hue angle of 182.31º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #314A4B is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 74 75 -
CMYK 0.35 0.01 0 0.71
HSL 182.31º 0.21% 0.24% -
HSV(B) 182.31º 0.35% 0.29% -
XYZ 4.99 6.06 7.56 -
YUV 66.64 132.72 115.42 -
System Red Green Blue C M Y K H S L
Decimal 49 74 75 0.35 0.01 0 0.71 182.31 0.21 0.24
Hex 31 4A 4B 23 1 0 47 B6 15 18
Octal 61 112 113 43 1 0 107 266 25 30
Binary 110001 1001010 1001011 100011 1 0 1000111 10110110 10101 11000

Color Harmonies of #314A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A4B

Black with #314A4B

Text Example


Text Example

White with #314A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314A4B; }

 p { color: rgb(49,74,75); }

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

background-color css

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

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

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

border-color css

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

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

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