Html Css Color HEX #31474D Big Stone

📋 copy color: '#31474D'

red 49 ◦ green 71 ◦ blue 77

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

Shades of Big Stone #31474D

Tints of Big Stone #31474D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.04%

 BLUE value IS 77 (30.47% from 255) = 39.09%

R = 24.87%
G = 36.04%
B = 39.09%

CMYK

 C value IS 0.36

 M value IS 0.08

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#31474D (or 0x31474D) is known color: Big Stone. HEX triplet: 31, 47 and 4D. RGB value is (49,71,77). Sum of RGB (Red+Green+Blue) = 49+71+77=197 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.87% from 197); Green value is 71 (28.12% from 255 or 36.04% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #31474D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31474D is #CEB8B2. Grayscale: #414141. Windows color (decimal): -13547699 or 5064497. OLE color: 5064497.

HSL color Cylindrical-coordinate representation of color #31474D: hue angle of 192.86º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #31474D is Cyan = 0.36, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 49 71 77 -
CMYK 0.36 0.08 0 0.70
HSL 192.86º 0.22% 0.25% -
HSV(B) 192.86º 0.36% 0.3% -
XYZ 4.86 5.7 7.86 -
YUV 65.11 134.71 116.51 -
System Red Green Blue C M Y K H S L
Decimal 49 71 77 0.36 0.08 0 0.70 192.86 0.22 0.25
Hex 31 47 4D 24 8 0 46 C1 16 19
Octal 61 107 115 44 10 0 106 301 26 31
Binary 110001 1000111 1001101 100100 1000 0 1000110 11000001 10110 11001

Color Harmonies of #31474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31474D

Black with #31474D

Text Example


Text Example

White with #31474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31474D; }

 p { color: rgb(49,71,77); }

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

background-color css

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

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

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

border-color css

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

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

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