#0E1B11

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

Shades of Black Bean #0E1B11

Tints of Black Bean #0E1B11

Color information

#0E1B11 (or 0x0E1B11) is unknown color: approx Black Bean. HEX triplet: 0E, 1B and 11. RGB value is (14,27,17). Sum of RGB (Red+Green+Blue) = 14+27+17=58 (7% of max value = 765). Red value is 14 (5.86% from 255 or 24.14% from 58); Green value is 27 (10.94% from 255 or 46.55% from 58); Blue value is 17 (7.03% from 255 or 29.31% from 58); Max value from RGB is 27 - color contains mainly: green. Hex color #0E1B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1B11 is #F1E4EE. Grayscale: #161616. Windows color (decimal): -15852783 or 1121038. OLE color: 1121038.

HSL color Cylindrical-coordinate representation of color #0E1B11: hue angle of 133.85º degrees, saturation: 0.32, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0E1B11 is Cyan = 0.48, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.

Color convert

RGB142717-
CMYK0.4800.370.89
HSL133.85º31.71%8.04%-
HSV(B)133.85º48.15%10.59%-
XYZ0.670.920.67-
YUV21.97125.19122.31-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 24.14%
GREEN value IS 27 (10.94% from 255) = 46.55%
BLUE value IS 17 (7.03% from 255) = 29.31%
R=24.14%
G=46.55%
B=29.31%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1427170.4800.370.89133.8531.718.04
HexE1B11300255986208
Octal163321600451312064010
Binary1110110111000111000001001011011001100001101000001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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