#111914

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

Shades of Black Bean #111914

Tints of Black Bean #111914

Color information

#111914 (or 0x111914) is unknown color: approx Black Bean. HEX triplet: 11, 19 and 14. RGB value is (17,25,20). Sum of RGB (Red+Green+Blue) = 17+25+20=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 25 (10.16% from 255 or 40.32% from 62); Blue value is 20 (8.20% from 255 or 32.26% from 62); Max value from RGB is 25 - color contains mainly: green. Hex color #111914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111914 is #EEE6EB. Grayscale: #161616. Windows color (decimal): -15656684 or 1317137. OLE color: 1317137.

HSL color Cylindrical-coordinate representation of color #111914: hue angle of 142.5º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #111914 is Cyan = 0.32, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.90.

Color convert

RGB172520-
CMYK0.3200.200.90
HSL142.5º19.05%8.24%-
HSV(B)142.5º32%9.8%-
XYZ0.710.860.79-
YUV22.04126.85124.41-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.42%
GREEN value IS 25 (10.16% from 255) = 40.32%
BLUE value IS 20 (8.20% from 255) = 32.26%
R=27.42%
G=40.32%
B=32.26%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1725200.3200.200.90142.519.058.24
Hex111914200145A8e138
Octal213124400241322162310
Binary100011100110100100000010100101101010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111914; }

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

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

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

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

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

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

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

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