#0E1F11

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

Shades of Black Bean #0E1F11

Tints of Black Bean #0E1F11

Color information

#0E1F11 (or 0x0E1F11) is unknown color: approx Black Bean. HEX triplet: 0E, 1F and 11. RGB value is (14,31,17). Sum of RGB (Red+Green+Blue) = 14+31+17=62 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.58% from 62); Green value is 31 (12.5% from 255 or 50% from 62); Blue value is 17 (7.03% from 255 or 27.42% from 62); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F11 is #F1E0EE. Grayscale: #181818. Windows color (decimal): -15851759 or 1122062. OLE color: 1122062.

HSL color Cylindrical-coordinate representation of color #0E1F11: hue angle of 130.59º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0E1F11 is Cyan = 0.55, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.88.

Color convert

RGB143117-
CMYK0.5500.450.88
HSL130.59º37.78%8.82%-
HSV(B)130.59º54.84%12.16%-
XYZ0.771.110.7-
YUV24.32123.87120.64-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.58%
GREEN value IS 31 (12.5% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 27.42%
R=22.58%
G=50%
B=27.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1431170.5500.450.88130.5937.788.82
HexE1F113702D5883269
Octal163721670551302034611
Binary1110111111000111011101011011011000100000111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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