#313E48

Color #313E48 Big Stone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Big Stone #313E48

Tints of Big Stone #313E48

Color information

#313E48 (or 0x313E48) is unknown color: approx Big Stone. HEX triplet: 31, 3E and 48. RGB value is (49,62,72). Sum of RGB (Red+Green+Blue) = 49+62+72=183 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.78% from 183); Green value is 62 (24.61% from 255 or 33.88% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 72 - color contains mainly: blue. Hex color #313E48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313E48 is #CEC1B7. Grayscale: #3B3B3B. Windows color (decimal): -13550008 or 4734513. OLE color: 4734513.

HSL color Cylindrical-coordinate representation of color #313E48: hue angle of 206.09º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #313E48 is Cyan = 0.32, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB496272-
CMYK0.320.1400.72
HSL206.09º19.01%23.73%-
HSV(B)206.09º31.94%28.24%-
XYZ4.164.576.79-
YUV59.25135.19120.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.78%
GREEN value IS 62 (24.61% from 255) = 33.88%
BLUE value IS 72 (28.52% from 255) = 39.34%
R=26.78%
G=33.88%
B=39.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal4962720.320.1400.72206.0919.0123.73
Hex313E4820E048ce1318
Octal6176110401601103162330
Binary1100011111101001000100000111001001000110011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313E48; }

 p { color: rgb(49,62,72); }

 H1.HeaderClassName
 {
   color: #313E48;
 }
 .AnyTagClassName
 {
   color: #313E48;
 }
</style>
background-color css

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

 a { background-color: rgb(49,62,72); }

 div.DivClassName
 {
   background-color: #313E48;
 }
 .BgClassName
 {
   background-color: #313E48;
 }
</style>
border-color css

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

 span { border-color: rgb(49,62,72); }

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