#112413

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

Shades of Black Bean #112413

Tints of Black Bean #112413

Color information

#112413 (or 0x112413) is unknown color: approx Black Bean. HEX triplet: 11, 24 and 13. RGB value is (17,36,19). Sum of RGB (Red+Green+Blue) = 17+36+19=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 36 (14.45% from 255 or 50% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 36 - color contains mainly: green. Hex color #112413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112413 is #EEDBEC. Grayscale: #1C1C1C. Windows color (decimal): -15653869 or 1254417. OLE color: 1254417.

HSL color Cylindrical-coordinate representation of color #112413: hue angle of 126.32º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #112413 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.86.

Color convert

RGB173619-
CMYK0.5300.470.86
HSL126.32º35.85%10.39%-
HSV(B)126.32º52.78%14.12%-
XYZ0.981.430.84-
YUV28.38122.71119.88-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 36 (14.45% from 255) = 50%
BLUE value IS 19 (7.81% from 255) = 26.39%
R=23.61%
G=50%
B=26.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1736190.5300.470.86126.3235.8510.39
Hex1124133502F567e24a
Octal214423650571261764412
Binary10001100100100111101010101111101011011111101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112413; }

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

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

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

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

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

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

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

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