#0E140F

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

Shades of Black Bean #0E140F

Tints of Black Bean #0E140F

Color information

#0E140F (or 0x0E140F) is unknown color: approx Black Bean. HEX triplet: 0E, 14 and 0F. RGB value is (14,20,15). Sum of RGB (Red+Green+Blue) = 14+20+15=49 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28.57% from 49); Green value is 20 (8.20% from 255 or 40.82% from 49); Blue value is 15 (6.25% from 255 or 30.61% from 49); Max value from RGB is 20 - color contains mainly: green. Hex color #0E140F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E140F is #F1EBF0. Grayscale: #111111. Windows color (decimal): -15854577 or 988174. OLE color: 988174.

HSL color Cylindrical-coordinate representation of color #0E140F: hue angle of 130º degrees, saturation: 0.18, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #0E140F is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.92.

Color convert

RGB142015-
CMYK0.3000.250.92
HSL130º17.65%6.67%-
HSV(B)130º30%7.84%-
XYZ0.520.630.55-
YUV17.64126.51125.41-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 28.57%
GREEN value IS 20 (8.20% from 255) = 40.82%
BLUE value IS 15 (6.25% from 255) = 30.61%
R=28.57%
G=40.82%
B=30.61%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal1420150.3000.250.9213017.656.67
HexE14F1E0195C82127
Octal16241736031134202227
Binary11101010011111111001100110111001000001010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E140F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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