#112715

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

Shades of Black Bean #112715

Tints of Black Bean #112715

Color information

#112715 (or 0x112715) is unknown color: approx Black Bean. HEX triplet: 11, 27 and 15. RGB value is (17,39,21). Sum of RGB (Red+Green+Blue) = 17+39+21=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 39 (15.62% from 255 or 50.65% from 77); Blue value is 21 (8.59% from 255 or 27.27% from 77); Max value from RGB is 39 - color contains mainly: green. Hex color #112715 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112715 is #EED8EA. Grayscale: #1E1E1E. Windows color (decimal): -15653099 or 1386257. OLE color: 1386257.

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

Color convert

RGB173921-
CMYK0.5600.460.85
HSL130.91º39.29%10.98%-
HSV(B)130.91º56.41%15.29%-
XYZ1.091.620.97-
YUV30.37122.71118.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 39 (15.62% from 255) = 50.65%
BLUE value IS 21 (8.59% from 255) = 27.27%
R=22.08%
G=50.65%
B=27.27%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1739210.5600.460.85130.9139.2910.98
Hex1127153802E558327b
Octal214725700561252034713
Binary100011001111010111100001011101010101100000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112715; }

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

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

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

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

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

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

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

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