#0B240D

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

Shades of Black Bean #0B240D

Tints of Black Bean #0B240D

Color information

#0B240D (or 0x0B240D) is unknown color: approx Black Bean. HEX triplet: 0B, 24 and 0D. RGB value is (11,36,13). Sum of RGB (Red+Green+Blue) = 11+36+13=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 36 (14.45% from 255 or 60% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 36 - color contains mainly: green. Hex color #0B240D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B240D is #F4DBF2. Grayscale: #191919. Windows color (decimal): -16047091 or 861195. OLE color: 861195.

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

Color convert

RGB113613-
CMYK0.6900.640.86
HSL124.8º53.19%9.22%-
HSV(B)124.8º69.44%14.12%-
XYZ0.841.360.6-
YUV25.9120.72117.37-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 18.33%
GREEN value IS 36 (14.45% from 255) = 60%
BLUE value IS 13 (5.47% from 255) = 21.67%
R=18.33%
G=60%
B=21.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1136130.6900.640.86124.853.199.22
HexB24D45040567d359
Octal13441510501001261756511
Binary10111001001101100010101000000101011011111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B240D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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