#313134

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

Shades of Bastille #313134

Tints of Bastille #313134

Color information

#313134 (or 0x313134) is unknown color: approx Bastille. HEX triplet: 31, 31 and 34. RGB value is (49,49,52). Sum of RGB (Red+Green+Blue) = 49+49+52=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 52 (20.70% from 255 or 34.67% from 150); Max value from RGB is 52 - color contains mainly: blue. Hex color #313134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313134 is #CECECB. Grayscale: #313131. Windows color (decimal): -13553356 or 3420465. OLE color: 3420465.

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

Color convert

RGB494952-
CMYK0.060.0600.80
HSL240º2.97%19.8%-
HSV(B)240º5.77%20.39%-
XYZ2.983.13.69-
YUV49.34129.5127.76-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 32.67%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 52 (20.70% from 255) = 34.67%
R=32.67%
G=32.67%
B=34.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4949520.060.0600.802402.9719.8
Hex31313466050f0314
Octal616164660120360324
Binary11000111000111010011011001010000111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313134; }

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

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

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

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

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

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

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

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