#31710B

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

Shades of Bilbao #31710B

Tints of Bilbao #31710B

Color information

#31710B (or 0x31710B) is unknown color: approx Bilbao. HEX triplet: 31, 71 and 0B. RGB value is (49,113,11). Sum of RGB (Red+Green+Blue) = 49+113+11=173 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.32% from 173); Green value is 113 (44.53% from 255 or 65.32% from 173); Blue value is 11 (4.69% from 255 or 6.36% from 173); Max value from RGB is 113 - color contains mainly: green. Hex color #31710B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #31710B is #CE8EF4. Grayscale: #525252. Windows color (decimal): -13537013 or 749873. OLE color: 749873.

HSL color Cylindrical-coordinate representation of color #31710B: hue angle of 97.65º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #31710B is Cyan = 0.57, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB4911311-
CMYK0.5700.900.56
HSL97.65º82.26%24.31%-
HSV(B)97.65º90.27%44.31%-
XYZ7.2312.492.35-
YUV82.2487.8104.29-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.32%
GREEN value IS 113 (44.53% from 255) = 65.32%
BLUE value IS 11 (4.69% from 255) = 6.36%
R=28.32%
G=65.32%
B=6.36%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49113110.5700.900.5697.6582.2624.31
Hex3171B3905A38625218
Octal61161137101327014212230
Binary11000111100011011111001010110101110001100010101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31710B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31710B; }

 p { color: rgb(49,113,11); }

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

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

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

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

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

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

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