#112314

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

Shades of Black Bean #112314

Tints of Black Bean #112314

Color information

#112314 (or 0x112314) is unknown color: approx Black Bean. HEX triplet: 11, 23 and 14. RGB value is (17,35,20). Sum of RGB (Red+Green+Blue) = 17+35+20=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 35 (14.06% from 255 or 48.61% from 72); Blue value is 20 (8.20% from 255 or 27.78% from 72); Max value from RGB is 35 - color contains mainly: green. Hex color #112314 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112314 is #EEDCEB. Grayscale: #1B1B1B. Windows color (decimal): -15654124 or 1319697. OLE color: 1319697.

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

Color convert

RGB173520-
CMYK0.5100.430.86
HSL130º34.62%10.2%-
HSV(B)130º51.43%13.73%-
XYZ0.961.370.88-
YUV27.91123.54120.22-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 23.61%
GREEN value IS 35 (14.06% from 255) = 48.61%
BLUE value IS 20 (8.20% from 255) = 27.78%
R=23.61%
G=48.61%
B=27.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1735200.5100.430.8613034.6210.2
Hex1123143302B568223a
Octal214324630531262024312
Binary100011000111010011001101010111010110100000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112314; }

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

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

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

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

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

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

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

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