#111F13

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

Shades of Black Bean #111F13

Tints of Black Bean #111F13

Color information

#111F13 (or 0x111F13) is unknown color: approx Black Bean. HEX triplet: 11, 1F and 13. RGB value is (17,31,19). Sum of RGB (Red+Green+Blue) = 17+31+19=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #111F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F13 is #EEE0EC. Grayscale: #191919. Windows color (decimal): -15655149 or 1253137. OLE color: 1253137.

HSL color Cylindrical-coordinate representation of color #111F13: hue angle of 128.57º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #111F13 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.

Color convert

RGB173119-
CMYK0.4500.390.88
HSL128.57º29.17%9.41%-
HSV(B)128.57º45.16%12.16%-
XYZ0.841.150.79-
YUV25.45124.36121.98-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 25.37%
GREEN value IS 31 (12.5% from 255) = 46.27%
BLUE value IS 19 (7.81% from 255) = 28.36%
R=25.37%
G=46.27%
B=28.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1731190.4500.390.88128.5729.179.41
Hex111F132D02758811d9
Octal213723550471302013511
Binary1000111111100111011010100111101100010000001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111F13; }

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

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

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

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

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

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

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

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