Html Css Color HEX #313137 Bastille

📋 copy color: '#313137'

red 49 ◦ green 49 ◦ blue 55

#313137
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bastille #313137

Tints of Bastille #313137

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 value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#313137 (or 0x313137) is known color: 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

RGB 49 49 55 -
CMYK 0.11 0.11 0 0.78
HSL 240º 0.06% 0.2% -
HSV(B) 240º 0.11% 0.22% -
XYZ 3.05 3.13 4.06 -
YUV 49.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 49 49 55 0.11 0.11 0 0.78 240 0.06 0.2
Hex 31 31 37 B B 0 4E F0 6 14
Octal 61 61 67 13 13 0 116 360 6 24
Binary 110001 110001 110111 1011 1011 0 1001110 11110000 110 10100

Color Harmonies of #313137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313137

Black with #313137

Text Example


Text Example

White with #313137

Text Example


Text Example

HTML Codes & Css Web 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>