#0E1D12

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

Shades of Black Bean #0E1D12

Tints of Black Bean #0E1D12

Color information

#0E1D12 (or 0x0E1D12) is unknown color: approx Black Bean. HEX triplet: 0E, 1D and 12. RGB value is (14,29,18). Sum of RGB (Red+Green+Blue) = 14+29+18=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 29 (11.72% from 255 or 47.54% from 61); Blue value is 18 (7.42% from 255 or 29.51% from 61); Max value from RGB is 29 - color contains mainly: green. Hex color #0E1D12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1D12 is #F1E2ED. Grayscale: #171717. Windows color (decimal): -15852270 or 1187086. OLE color: 1187086.

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

Color convert

RGB142918-
CMYK0.5200.380.89
HSL136º34.88%8.43%-
HSV(B)136º51.72%11.37%-
XYZ0.731.020.73-
YUV23.26125.03121.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 22.95%
GREEN value IS 29 (11.72% from 255) = 47.54%
BLUE value IS 18 (7.42% from 255) = 29.51%
R=22.95%
G=47.54%
B=29.51%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1429180.5200.380.8913634.888.43
HexE1D12340265988238
Octal163522640461312104310
Binary1110111011001011010001001101011001100010001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,29,18); }

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

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

 a { background-color: rgb(14,29,18); }

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

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

 span { border-color: rgb(14,29,18); }

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