#313136

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

Shades of Bastille #313136

Tints of Bastille #313136

Color information

#313136 (or 0x313136) is unknown color: approx Bastille. HEX triplet: 31, 31 and 36. RGB value is (49,49,54). Sum of RGB (Red+Green+Blue) = 49+49+54=152 (20% of max value = 765). Red value is 49 (19.53% from 255 or 32.24% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 54 (21.48% from 255 or 35.53% from 152); Max value from RGB is 54 - color contains mainly: blue. Hex color #313136 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313136 is #CECEC9. Grayscale: #313131. Windows color (decimal): -13553354 or 3551537. OLE color: 3551537.

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

Color convert

RGB494954-
CMYK0.090.0900.79
HSL240º4.85%20.2%-
HSV(B)240º9.26%21.18%-
XYZ3.033.123.93-
YUV49.57130.5127.59-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.24%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 54 (21.48% from 255) = 35.53%
R=32.24%
G=32.24%
B=35.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal4949540.090.0900.792404.8520.2
Hex3131369904Ff0514
Octal61616611110117360524
Binary11000111000111011010011001010011111111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313136; }

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

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

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

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

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

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

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

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