#0E110F

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

Shades of Black Bean #0E110F

Tints of Black Bean #0E110F

Color information

#0E110F (or 0x0E110F) is unknown color: approx Black Bean. HEX triplet: 0E, 11 and 0F. RGB value is (14,17,15). Sum of RGB (Red+Green+Blue) = 14+17+15=46 (6% of max value = 765). Red value is 14 (5.86% from 255 or 30.43% from 46); Green value is 17 (7.03% from 255 or 36.96% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 17 - color contains mainly: green. Hex color #0E110F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E110F is #F1EEF0. Grayscale: #0F0F0F. Windows color (decimal): -15855345 or 987406. OLE color: 987406.

HSL color Cylindrical-coordinate representation of color #0E110F: hue angle of 140º degrees, saturation: 0.1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #0E110F is Cyan = 0.18, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.93.

Color convert

RGB141715-
CMYK0.1800.120.93
HSL140º9.68%6.08%-
HSV(B)140º17.65%6.67%-
XYZ0.470.530.53-
YUV15.88127.51126.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 30.43%
GREEN value IS 17 (7.03% from 255) = 36.96%
BLUE value IS 15 (6.25% from 255) = 32.61%
R=30.43%
G=36.96%
B=32.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1417150.1800.120.931409.686.08
HexE11F120C5D8ca6
Octal16211722014135214126
Binary111010001111110010011001011101100011001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E110F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E110F; }

 p { color: rgb(14,17,15); }

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

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

 a { background-color: rgb(14,17,15); }

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

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

 span { border-color: rgb(14,17,15); }

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