#112813

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

Shades of Black Bean #112813

Tints of Black Bean #112813

Color information

#112813 (or 0x112813) is unknown color: approx Black Bean. HEX triplet: 11, 28 and 13. RGB value is (17,40,19). Sum of RGB (Red+Green+Blue) = 17+40+19=76 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.37% from 76); Green value is 40 (16.02% from 255 or 52.63% from 76); Blue value is 19 (7.81% from 255 or 25% from 76); Max value from RGB is 40 - color contains mainly: green. Hex color #112813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112813 is #EED7EC. Grayscale: #1E1E1E. Windows color (decimal): -15652845 or 1255441. OLE color: 1255441.

HSL color Cylindrical-coordinate representation of color #112813: hue angle of 125.22º 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 #112813 is Cyan = 0.57, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.

Color convert

RGB174019-
CMYK0.5700.520.84
HSL125.22º40.35%11.18%-
HSV(B)125.22º57.5%15.69%-
XYZ1.111.680.88-
YUV30.73121.38118.21-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.37%
GREEN value IS 40 (16.02% from 255) = 52.63%
BLUE value IS 19 (7.81% from 255) = 25%
R=22.37%
G=52.63%
B=25%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1740190.5700.520.84125.2240.3511.18
Hex11281339034547d28b
Octal215023710641241755013
Binary10001101000100111110010110100101010011111011010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112813; }

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

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

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

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

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

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

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

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