#0E2310

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

Shades of Black Bean #0E2310

Tints of Black Bean #0E2310

Color information

#0E2310 (or 0x0E2310) is unknown color: approx Black Bean. HEX triplet: 0E, 23 and 10. RGB value is (14,35,16). Sum of RGB (Red+Green+Blue) = 14+35+16=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 35 (14.06% from 255 or 53.85% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 35 - color contains mainly: green. Hex color #0E2310 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E2310 is #F1DCEF. Grayscale: #1A1A1A. Windows color (decimal): -15850736 or 1057550. OLE color: 1057550.

HSL color Cylindrical-coordinate representation of color #0E2310: hue angle of 125.71º 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 #0E2310 is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.86.

Color convert

RGB143516-
CMYK0.6000.540.86
HSL125.71º42.86%9.61%-
HSV(B)125.71º60%13.73%-
XYZ0.881.330.7-
YUV26.56122.04119.04-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 21.54%
GREEN value IS 35 (14.06% from 255) = 53.85%
BLUE value IS 16 (6.64% from 255) = 24.62%
R=21.54%
G=53.85%
B=24.62%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1435160.6000.540.86125.7142.869.61
HexE23103C036567e2ba
Octal164320740661261765312
Binary1110100011100001111000110110101011011111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E2310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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