#113115

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

Shades of Black Bean #113115

Tints of Black Bean #113115

Color information

#113115 (or 0x113115) is unknown color: approx Black Bean. HEX triplet: 11, 31 and 15. RGB value is (17,49,21). Sum of RGB (Red+Green+Blue) = 17+49+21=87 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.54% from 87); Green value is 49 (19.53% from 255 or 56.32% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 49 - color contains mainly: green. Hex color #113115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113115 is #EECEEA. Grayscale: #242424. Windows color (decimal): -15650539 or 1388817. OLE color: 1388817.

HSL color Cylindrical-coordinate representation of color #113115: hue angle of 127.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #113115 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.81.

Color convert

RGB174921-
CMYK0.6500.570.81
HSL127.5º48.48%12.94%-
HSV(B)127.5º65.31%19.22%-
XYZ1.462.371.09-
YUV36.24119.4114.28-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.54%
GREEN value IS 49 (19.53% from 255) = 56.32%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=19.54%
G=56.32%
B=24.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1749210.6500.570.81127.548.4812.94
Hex11311541039518030d
Octal2161251010711212006015
Binary1000111000110101100000101110011010001100000001100001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113115; }

 p { color: rgb(17,49,21); }

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

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

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

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

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

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

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