#0B240E

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

Shades of Black Bean #0B240E

Tints of Black Bean #0B240E

Color information

#0B240E (or 0x0B240E) is unknown color: approx Black Bean. HEX triplet: 0B, 24 and 0E. RGB value is (11,36,14). Sum of RGB (Red+Green+Blue) = 11+36+14=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 14 (5.86% from 255 or 22.95% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #0B240E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B240E is #F4DBF1. Grayscale: #1A1A1A. Windows color (decimal): -16047090 or 926731. OLE color: 926731.

HSL color Cylindrical-coordinate representation of color #0B240E: hue angle of 127.2º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B240E is Cyan = 0.69, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.86.

Color convert

RGB113614-
CMYK0.6900.610.86
HSL127.2º53.19%9.22%-
HSV(B)127.2º69.44%14.12%-
XYZ0.851.360.63-
YUV26.02121.22117.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.03%
GREEN value IS 36 (14.45% from 255) = 59.02%
BLUE value IS 14 (5.86% from 255) = 22.95%
R=18.03%
G=59.02%
B=22.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1136140.6900.610.86127.253.199.22
HexB24E4503D567f359
Octal1344161050751261776511
Binary1011100100111010001010111101101011011111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B240E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,36,14); }

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

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

 a { background-color: rgb(11,36,14); }

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

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

 span { border-color: rgb(11,36,14); }

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