Html Css Color HEX #314247 Big Stone

📋 copy color: '#314247'

red 49 ◦ green 66 ◦ blue 71

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

Shades of Big Stone #314247

Tints of Big Stone #314247

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.48%

 BLUE value IS 71 (28.13% from 255) = 38.17%

R = 26.34%
G = 35.48%
B = 38.17%

CMYK

 C value IS 0.31

 M value IS 0.07

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#314247 (or 0x314247) is known color: Big Stone. HEX triplet: 31, 42 and 47. RGB value is (49,66,71). Sum of RGB (Red+Green+Blue) = 49+66+71=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 66 (26.17% from 255 or 35.48% from 186); Blue value is 71 (28.12% from 255 or 38.17% from 186); Max value from RGB is 71 - color contains mainly: blue. Hex color #314247 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314247 is #CEBDB8. Grayscale: #3D3D3D. Windows color (decimal): -13548985 or 4670001. OLE color: 4670001.

HSL color Cylindrical-coordinate representation of color #314247: hue angle of 193.64º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #314247 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 49 66 71 -
CMYK 0.31 0.07 0 0.72
HSL 193.64º 0.18% 0.24% -
HSV(B) 193.64º 0.31% 0.28% -
XYZ 4.35 5 6.7 -
YUV 61.49 133.37 119.09 -
System Red Green Blue C M Y K H S L
Decimal 49 66 71 0.31 0.07 0 0.72 193.64 0.18 0.24
Hex 31 42 47 1F 7 0 48 C2 12 18
Octal 61 102 107 37 7 0 110 302 22 30
Binary 110001 1000010 1000111 11111 111 0 1001000 11000010 10010 11000

Color Harmonies of #314247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314247

Black with #314247

Text Example


Text Example

White with #314247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #314247; }

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

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

background-color css

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

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

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

border-color css

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

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

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