Shades of Black Bean #0B180F
Tints of Black Bean #0B180F
RGB
CMYK
RGB Variations
Color information
#0B180F (or 0x0B180F) is known color: Black Bean. HEX triplet: 0B, 18 and 0F. RGB value is (11,24,15). Sum of RGB (Red+Green+Blue) = 11+24+15=50 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #0B180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B180F is #F4E7F0. Grayscale: #131313. Windows color (decimal): -16050161 or 989195. OLE color: 989195.
HSL color Cylindrical-coordinate representation of color #0B180F: hue angle of 138.46º degrees, saturation: 0.37, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0B180F is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 24 | 15 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.91 |
| HSL | 138.46º | 0.37% | 0.07% | - |
| HSV(B) | 138.46º | 0.54% | 0.09% | - |
| XYZ | 0.55 | 0.76 | 0.57 | - |
| YUV | 19.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 15 | 0.54 | 0 | 0.37 | 0.91 | 138.46 | 0.37 | 0.07 |
| Hex | B | 18 | F | 36 | 0 | 25 | 5B | 8A | 25 | 7 |
| Octal | 13 | 30 | 17 | 66 | 0 | 45 | 133 | 212 | 45 | 7 |
| Binary | 1011 | 11000 | 1111 | 110110 | 0 | 100101 | 1011011 | 10001010 | 100101 | 111 |
Color Harmonies of #0B180F
Complementary color
Monochromatic Colors of #0B180F
Black with #0B180F
Text Example
Text Example
White with #0B180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B180F; }
p { color: rgb(11,24,15); }
H1.HeaderClassName
{
color: #0B180F;
}
.AnyTagClassName
{
color: #0B180F;
}
</style>
background-color css
<style>
a { background-color: #0B180F; }
a { background-color: rgb(11,24,15); }
div.DivClassName
{
background-color: #0B180F;
}
.BgClassName
{
background-color: #0B180F;
}
</style>
border-color css
<style>
span { border-color: #0B180F; }
span { border-color: rgb(11,24,15); }
td.TdClassName
{
border-color: #0B180F;
}
.TagClassName
{
border-color: #0B180F;
}
</style>