#112414

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

Shades of Black Bean #112414

Tints of Black Bean #112414

Color information

#112414 (or 0x112414) is unknown color: approx Black Bean. HEX triplet: 11, 24 and 14. RGB value is (17,36,20). Sum of RGB (Red+Green+Blue) = 17+36+20=73 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.29% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 20 (8.20% from 255 or 27.40% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #112414 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112414 is #EEDBEB. Grayscale: #1C1C1C. Windows color (decimal): -15653868 or 1319953. OLE color: 1319953.

HSL color Cylindrical-coordinate representation of color #112414: hue angle of 129.47º 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 #112414 is Cyan = 0.53, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.86.

Color convert

RGB173620-
CMYK0.5300.440.86
HSL129.47º35.85%10.39%-
HSV(B)129.47º52.78%14.12%-
XYZ0.991.430.89-
YUV28.49123.21119.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.29%
GREEN value IS 36 (14.45% from 255) = 49.32%
BLUE value IS 20 (8.20% from 255) = 27.40%
R=23.29%
G=49.32%
B=27.40%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1736200.5300.440.86129.4735.8510.39
Hex1124143502C568124a
Octal214424650541262014412
Binary100011001001010011010101011001010110100000011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112414; }

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

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

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

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

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

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

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

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