#111913

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

Shades of Black Bean #111913

Tints of Black Bean #111913

Color information

#111913 (or 0x111913) is unknown color: approx Black Bean. HEX triplet: 11, 19 and 13. RGB value is (17,25,19). Sum of RGB (Red+Green+Blue) = 17+25+19=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 25 (10.16% from 255 or 40.98% from 61); Blue value is 19 (7.81% from 255 or 31.15% from 61); Max value from RGB is 25 - color contains mainly: green. Hex color #111913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111913 is #EEE6EC. Grayscale: #151515. Windows color (decimal): -15656685 or 1251601. OLE color: 1251601.

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

Color convert

RGB172519-
CMYK0.3200.240.90
HSL135º19.05%8.24%-
HSV(B)135º32%9.8%-
XYZ0.70.860.75-
YUV21.92126.35124.49-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 27.87%
GREEN value IS 25 (10.16% from 255) = 40.98%
BLUE value IS 19 (7.81% from 255) = 31.15%
R=27.87%
G=40.98%
B=31.15%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1725190.3200.240.9013519.058.24
Hex111913200185A87138
Octal213123400301322072310
Binary100011100110011100000011000101101010000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111913; }

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

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

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

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

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

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

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

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