#0E2312

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

Shades of Black Bean #0E2312

Tints of Black Bean #0E2312

Color information

#0E2312 (or 0x0E2312) is unknown color: approx Black Bean. HEX triplet: 0E, 23 and 12. RGB value is (14,35,18). Sum of RGB (Red+Green+Blue) = 14+35+18=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #0E2312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2312 is #F1DCED. Grayscale: #1A1A1A. Windows color (decimal): -15850734 or 1188622. OLE color: 1188622.

HSL color Cylindrical-coordinate representation of color #0E2312: hue angle of 131.43º degrees, saturation: 0.43, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0E2312 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.

Color convert

RGB143518-
CMYK0.6000.490.86
HSL131.43º42.86%9.61%-
HSV(B)131.43º60%13.73%-
XYZ0.891.340.78-
YUV26.78123.04118.88-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.90%
GREEN value IS 35 (14.06% from 255) = 52.24%
BLUE value IS 18 (7.42% from 255) = 26.87%
R=20.90%
G=52.24%
B=26.87%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1435180.6000.490.86131.4342.869.61
HexE23123C03156832ba
Octal164322740611262035312
Binary11101000111001011110001100011010110100000111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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