#0E2612

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

Shades of Black Bean #0E2612

Tints of Black Bean #0E2612

Color information

#0E2612 (or 0x0E2612) is unknown color: approx Black Bean. HEX triplet: 0E, 26 and 12. RGB value is (14,38,18). Sum of RGB (Red+Green+Blue) = 14+38+18=70 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20% from 70); Green value is 38 (15.23% from 255 or 54.29% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 38 - color contains mainly: green. Hex color #0E2612 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2612 is #F1D9ED. Grayscale: #1C1C1C. Windows color (decimal): -15849966 or 1189390. OLE color: 1189390.

HSL color Cylindrical-coordinate representation of color #0E2612: hue angle of 130º degrees, saturation: 0.46, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0E2612 is Cyan = 0.63, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.85.

Color convert

RGB143818-
CMYK0.6300.530.85
HSL130º46.15%10.2%-
HSV(B)130º63.16%14.9%-
XYZ0.981.520.81-
YUV28.54122.05117.63-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20%
GREEN value IS 38 (15.23% from 255) = 54.29%
BLUE value IS 18 (7.42% from 255) = 25.71%
R=20%
G=54.29%
B=25.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1438180.6300.530.8513046.1510.2
HexE26123F03555822ea
Octal164622770651252025612
Binary11101001101001011111101101011010101100000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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