#112815

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

Shades of Black Bean #112815

Tints of Black Bean #112815

Color information

#112815 (or 0x112815) is unknown color: approx Black Bean. HEX triplet: 11, 28 and 15. RGB value is (17,40,21). Sum of RGB (Red+Green+Blue) = 17+40+21=78 (10% of max value = 765). Red value is 17 (7.03% from 255 or 21.79% from 78); Green value is 40 (16.02% from 255 or 51.28% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 40 - color contains mainly: green. Hex color #112815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112815 is #EED7EA. Grayscale: #1F1F1F. Windows color (decimal): -15652843 or 1386513. OLE color: 1386513.

HSL color Cylindrical-coordinate representation of color #112815: hue angle of 130.43º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112815 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.84.

Color convert

RGB174021-
CMYK0.5700.480.84
HSL130.43º40.35%11.18%-
HSV(B)130.43º57.5%15.69%-
XYZ1.131.690.98-
YUV30.96122.38118.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 21.79%
GREEN value IS 40 (16.02% from 255) = 51.28%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=21.79%
G=51.28%
B=26.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740210.5700.480.84130.4340.3511.18
Hex11281539030548228b
Octal215025710601242025013
Binary100011010001010111100101100001010100100000101010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112815; }

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

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

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

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

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

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

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

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