#112913

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

Shades of Black Bean #112913

Tints of Black Bean #112913

Color information

#112913 (or 0x112913) is unknown color: approx Black Bean. HEX triplet: 11, 29 and 13. RGB value is (17,41,19). Sum of RGB (Red+Green+Blue) = 17+41+19=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 41 (16.41% from 255 or 53.25% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 41 - color contains mainly: green. Hex color #112913 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112913 is #EED6EC. Grayscale: #1F1F1F. Windows color (decimal): -15652589 or 1255697. OLE color: 1255697.

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

Color convert

RGB174119-
CMYK0.5900.540.84
HSL125º41.38%11.37%-
HSV(B)125º58.54%16.08%-
XYZ1.141.750.89-
YUV31.32121.05117.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.08%
GREEN value IS 41 (16.41% from 255) = 53.25%
BLUE value IS 19 (7.81% from 255) = 24.68%
R=22.08%
G=53.25%
B=24.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1741190.5900.540.8412541.3811.37
Hex1129133B036547d29b
Octal215123730661241755113
Binary10001101001100111110110110110101010011111011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112913; }

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

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

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

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

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

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

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

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