#0E1911

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

Shades of Black Bean #0E1911

Tints of Black Bean #0E1911

Color information

#0E1911 (or 0x0E1911) is unknown color: approx Black Bean. HEX triplet: 0E, 19 and 11. RGB value is (14,25,17). Sum of RGB (Red+Green+Blue) = 14+25+17=56 (7% of max value = 765). Red value is 14 (5.86% from 255 or 25% from 56); Green value is 25 (10.16% from 255 or 44.64% from 56); Blue value is 17 (7.03% from 255 or 30.36% from 56); Max value from RGB is 25 - color contains mainly: green. Hex color #0E1911 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E1911 is #F1E6EE. Grayscale: #141414. Windows color (decimal): -15853295 or 1120526. OLE color: 1120526.

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

Color convert

RGB142517-
CMYK0.4400.320.90
HSL136.36º28.21%7.65%-
HSV(B)136.36º44%9.8%-
XYZ0.630.830.66-
YUV20.8125.86123.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 25%
GREEN value IS 25 (10.16% from 255) = 44.64%
BLUE value IS 17 (7.03% from 255) = 30.36%
R=25%
G=44.64%
B=30.36%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1425170.4400.320.90136.3628.217.65
HexE19112C0205A881c8
Octal163121540401322103410
Binary111011001100011011000100000101101010001000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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