#0E1E11

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

Shades of Black Bean #0E1E11

Tints of Black Bean #0E1E11

Color information

#0E1E11 (or 0x0E1E11) is unknown color: approx Black Bean. HEX triplet: 0E, 1E and 11. RGB value is (14,30,17). Sum of RGB (Red+Green+Blue) = 14+30+17=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 30 (12.11% from 255 or 49.18% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 30 - color contains mainly: green. Hex color #0E1E11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1E11 is #F1E1EE. Grayscale: #171717. Windows color (decimal): -15852015 or 1121806. OLE color: 1121806.

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

Color convert

RGB143017-
CMYK0.5300.430.88
HSL131.25º36.36%8.63%-
HSV(B)131.25º53.33%11.76%-
XYZ0.751.060.7-
YUV23.73124.2121.06-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 30 (12.11% from 255) = 49.18%
BLUE value IS 17 (7.03% from 255) = 27.87%
R=22.95%
G=49.18%
B=27.87%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1430170.5300.430.88131.2536.368.63
HexE1E113502B5883249
Octal163621650531302034411
Binary1110111101000111010101010111011000100000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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