#0E2811

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

Shades of Black Bean #0E2811

Tints of Black Bean #0E2811

Color information

#0E2811 (or 0x0E2811) is unknown color: approx Black Bean. HEX triplet: 0E, 28 and 11. RGB value is (14,40,17). Sum of RGB (Red+Green+Blue) = 14+40+17=71 (9% of max value = 765). Red value is 14 (5.86% from 255 or 19.72% from 71); Green value is 40 (16.02% from 255 or 56.34% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 40 - color contains mainly: green. Hex color #0E2811 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2811 is #F1D7EE. Grayscale: #1D1D1D. Windows color (decimal): -15849455 or 1124366. OLE color: 1124366.

HSL color Cylindrical-coordinate representation of color #0E2811: hue angle of 126.92º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E2811 is Cyan = 0.65, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.84.

Color convert

RGB144017-
CMYK0.6500.570.84
HSL126.92º48.15%10.59%-
HSV(B)126.92º65%15.69%-
XYZ1.041.650.79-
YUV29.6120.89116.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 19.72%
GREEN value IS 40 (16.02% from 255) = 56.34%
BLUE value IS 17 (7.03% from 255) = 23.94%
R=19.72%
G=56.34%
B=23.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1440170.6500.570.84126.9248.1510.59
HexE281141039547f30b
Octal1650211010711241776013
Binary11101010001000110000010111001101010011111111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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