#313133

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

Shades of Bastille #313133

Tints of Bastille #313133

Color information

#313133 (or 0x313133) is unknown color: approx Bastille. HEX triplet: 31, 31 and 33. RGB value is (49,49,51). Sum of RGB (Red+Green+Blue) = 49+49+51=149 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.89% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 51 (20.31% from 255 or 34.23% from 149); Max value from RGB is 51 - color contains mainly: blue. Hex color #313133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313133 is #CECECC. Grayscale: #313131. Windows color (decimal): -13553357 or 3354929. OLE color: 3354929.

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

Color convert

RGB494951-
CMYK0.040.0400.8
HSL240º2%19.61%-
HSV(B)240º3.92%20%-
XYZ2.963.093.57-
YUV49.23129127.84-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.89%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 51 (20.31% from 255) = 34.23%
R=32.89%
G=32.89%
B=34.23%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4949510.040.0400.8240219.61
Hex31313344050f0214
Octal616163440120360224
Binary11000111000111001110010001010000111100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313133; }

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

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

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

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

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

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

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

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