#113215

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

Shades of Black Bean #113215

Tints of Black Bean #113215

Color information

#113215 (or 0x113215) is unknown color: approx Black Bean. HEX triplet: 11, 32 and 15. RGB value is (17,50,21). Sum of RGB (Red+Green+Blue) = 17+50+21=88 (11% of max value = 765). Red value is 17 (7.03% from 255 or 19.32% from 88); Green value is 50 (19.92% from 255 or 56.82% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 50 - color contains mainly: green. Hex color #113215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #113215 is #EECDEA. Grayscale: #242424. Windows color (decimal): -15650283 or 1389073. OLE color: 1389073.

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

Color convert

RGB175021-
CMYK0.6600.580.80
HSL127.27º49.25%13.14%-
HSV(B)127.27º66%19.61%-
XYZ1.512.451.1-
YUV36.83119.07113.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 19.32%
GREEN value IS 50 (19.92% from 255) = 56.82%
BLUE value IS 21 (8.59% from 255) = 23.86%
R=19.32%
G=56.82%
B=23.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1750210.6600.580.80127.2749.2513.14
Hex1132154203A507f31d
Octal2162251020721201776115
Binary100011100101010110000100111010101000011111111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #113215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #113215; }

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

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

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

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

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

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

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

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