#313137

Color #313137 Bastille (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bastille #313137

Tints of Bastille #313137

Color information

#313137 (or 0x313137) is unknown color: approx Bastille. HEX triplet: 31, 31 and 37. RGB value is (49,49,55). Sum of RGB (Red+Green+Blue) = 49+49+55=153 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.03% from 153); Green value is 49 (19.53% from 255 or 32.03% from 153); Blue value is 55 (21.88% from 255 or 35.95% from 153); Max value from RGB is 55 - color contains mainly: blue. Hex color #313137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313137 is #CECEC8. Grayscale: #313131. Windows color (decimal): -13553353 or 3617073. OLE color: 3617073.

HSL color Cylindrical-coordinate representation of color #313137: hue angle of 240º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #313137 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB494955-
CMYK0.110.1100.78
HSL240º5.77%20.39%-
HSV(B)240º10.91%21.57%-
XYZ3.053.134.06-
YUV49.68131127.51-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.03%
GREEN value IS 49 (19.53% from 255) = 32.03%
BLUE value IS 55 (21.88% from 255) = 35.95%
R=32.03%
G=32.03%
B=35.95%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4949550.110.1100.782405.7720.39
Hex313137BB04Ef0614
Octal61616713130116360624
Binary11000111000111011110111011010011101111000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313137; }

 p { color: rgb(49,49,55); }

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

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

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

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

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

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

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