#112515

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

Shades of Black Bean #112515

Tints of Black Bean #112515

Color information

#112515 (or 0x112515) is unknown color: approx Black Bean. HEX triplet: 11, 25 and 15. RGB value is (17,37,21). Sum of RGB (Red+Green+Blue) = 17+37+21=75 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.67% from 75); Green value is 37 (14.84% from 255 or 49.33% from 75); Blue value is 21 (8.59% from 255 or 28% from 75); Max value from RGB is 37 - color contains mainly: green. Hex color #112515 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112515 is #EEDAEA. Grayscale: #1D1D1D. Windows color (decimal): -15653611 or 1385745. OLE color: 1385745.

HSL color Cylindrical-coordinate representation of color #112515: hue angle of 132º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #112515 is Cyan = 0.54, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.85.

Color convert

RGB173721-
CMYK0.5400.430.85
HSL132º37.04%10.59%-
HSV(B)132º54.05%14.51%-
XYZ1.031.50.94-
YUV29.2123.37119.3-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.67%
GREEN value IS 37 (14.84% from 255) = 49.33%
BLUE value IS 21 (8.59% from 255) = 28%
R=22.67%
G=49.33%
B=28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1737210.5400.430.8513237.0410.59
Hex1125153602B558425b
Octal214525660531252044513
Binary100011001011010111011001010111010101100001001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112515; }

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

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

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

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

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

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

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

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