#111F15

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

Shades of Black Bean #111F15

Tints of Black Bean #111F15

Color information

#111F15 (or 0x111F15) is unknown color: approx Black Bean. HEX triplet: 11, 1F and 15. RGB value is (17,31,21). Sum of RGB (Red+Green+Blue) = 17+31+21=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 31 (12.5% from 255 or 44.93% from 69); Blue value is 21 (8.59% from 255 or 30.43% from 69); Max value from RGB is 31 - color contains mainly: green. Hex color #111F15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #111F15 is #EEE0EA. Grayscale: #191919. Windows color (decimal): -15655147 or 1384209. OLE color: 1384209.

HSL color Cylindrical-coordinate representation of color #111F15: hue angle of 137.14º 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 #111F15 is Cyan = 0.45, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.88.

Color convert

RGB173121-
CMYK0.4500.320.88
HSL137.14º29.17%9.41%-
HSV(B)137.14º45.16%12.16%-
XYZ0.861.150.89-
YUV25.67125.36121.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 24.64%
GREEN value IS 31 (12.5% from 255) = 44.93%
BLUE value IS 21 (8.59% from 255) = 30.43%
R=24.64%
G=44.93%
B=30.43%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1731210.4500.320.88137.1429.179.41
Hex111F152D02058891d9
Octal213725550401302113511
Binary1000111111101011011010100000101100010001001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111F15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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