#0E260F

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

Shades of Black Bean #0E260F

Tints of Black Bean #0E260F

Color information

#0E260F (or 0x0E260F) is unknown color: approx Black Bean. HEX triplet: 0E, 26 and 0F. RGB value is (14,38,15). Sum of RGB (Red+Green+Blue) = 14+38+15=67 (8% of max value = 765). Red value is 14 (5.86% from 255 or 20.90% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 15 (6.25% from 255 or 22.39% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #0E260F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E260F is #F1D9F0. Grayscale: #1C1C1C. Windows color (decimal): -15849969 or 992782. OLE color: 992782.

HSL color Cylindrical-coordinate representation of color #0E260F: hue angle of 122.5º 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 #0E260F is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.85.

Color convert

RGB143815-
CMYK0.6300.610.85
HSL122.5º46.15%10.2%-
HSV(B)122.5º63.16%14.9%-
XYZ0.961.510.69-
YUV28.2120.55117.87-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 20.90%
GREEN value IS 38 (15.23% from 255) = 56.72%
BLUE value IS 15 (6.25% from 255) = 22.39%
R=20.90%
G=56.72%
B=22.39%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1438150.6300.610.85122.546.1510.2
HexE26F3F03D557a2ea
Octal164617770751251725612
Binary111010011011111111110111101101010111110101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E260F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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