#0B240F

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

Shades of Black Bean #0B240F

Tints of Black Bean #0B240F

Color information

#0B240F (or 0x0B240F) is unknown color: approx Black Bean. HEX triplet: 0B, 24 and 0F. RGB value is (11,36,15). Sum of RGB (Red+Green+Blue) = 11+36+15=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 36 (14.45% from 255 or 58.06% from 62); Blue value is 15 (6.25% from 255 or 24.19% from 62); Max value from RGB is 36 - color contains mainly: green. Hex color #0B240F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B240F is #F4DBF0. Grayscale: #1A1A1A. Windows color (decimal): -16047089 or 992267. OLE color: 992267.

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

Color convert

RGB113615-
CMYK0.6900.580.86
HSL129.6º53.19%9.22%-
HSV(B)129.6º69.44%14.12%-
XYZ0.861.370.67-
YUV26.13121.72117.21-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 17.74%
GREEN value IS 36 (14.45% from 255) = 58.06%
BLUE value IS 15 (6.25% from 255) = 24.19%
R=17.74%
G=58.06%
B=24.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1136150.6900.580.86129.653.199.22
HexB24F4503A5682359
Octal1344171050721262026511
Binary10111001001111100010101110101010110100000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B240F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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