#112917

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

Shades of Black Bean #112917

Tints of Black Bean #112917

Color information

#112917 (or 0x112917) is unknown color: approx Black Bean. HEX triplet: 11, 29 and 17. RGB value is (17,41,23). Sum of RGB (Red+Green+Blue) = 17+41+23=81 (10% of max value = 765). Red value is 17 (7.03% from 255 or 20.99% from 81); Green value is 41 (16.41% from 255 or 50.62% from 81); Blue value is 23 (9.38% from 255 or 28.40% from 81); Max value from RGB is 41 - color contains mainly: green. Hex color #112917 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #112917 is #EED6E8. Grayscale: #1F1F1F. Windows color (decimal): -15652585 or 1517841. OLE color: 1517841.

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

Color convert

RGB174123-
CMYK0.5900.440.84
HSL135º41.38%11.37%-
HSV(B)135º58.54%16.08%-
XYZ1.181.771.09-
YUV31.77123.05117.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 20.99%
GREEN value IS 41 (16.41% from 255) = 50.62%
BLUE value IS 23 (9.38% from 255) = 28.40%
R=20.99%
G=50.62%
B=28.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1741230.5900.440.8413541.3811.37
Hex1129173B02C548729b
Octal215127730541242075113
Binary100011010011011111101101011001010100100001111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #112917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #112917; }

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

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

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

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

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

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

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

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