Shades of Black Bean #0B180D
Tints of Black Bean #0B180D
RGB
CMYK
RGB Variations
Color information
#0B180D (or 0x0B180D) is known color: Black Bean. HEX triplet: 0B, 18 and 0D. RGB value is (11,24,13). Sum of RGB (Red+Green+Blue) = 11+24+13=48 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.92% from 48); Green value is 24 (9.77% from 255 or 50% from 48); Blue value is 13 (5.47% from 255 or 27.08% from 48); Max value from RGB is 24 - color contains mainly: green. Hex color #0B180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B180D is #F4E7F2. Grayscale: #121212. Windows color (decimal): -16050163 or 858123. OLE color: 858123.
HSL color Cylindrical-coordinate representation of color #0B180D: hue angle of 129.23º 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 #0B180D is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 24 | 13 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.91 |
| HSL | 129.23º | 0.37% | 0.07% | - |
| HSV(B) | 129.23º | 0.54% | 0.09% | - |
| XYZ | 0.54 | 0.75 | 0.5 | - |
| YUV | 18.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 13 | 0.54 | 0 | 0.46 | 0.91 | 129.23 | 0.37 | 0.07 |
| Hex | B | 18 | D | 36 | 0 | 2E | 5B | 81 | 25 | 7 |
| Octal | 13 | 30 | 15 | 66 | 0 | 56 | 133 | 201 | 45 | 7 |
| Binary | 1011 | 11000 | 1101 | 110110 | 0 | 101110 | 1011011 | 10000001 | 100101 | 111 |
Color Harmonies of #0B180D
Complementary color
Monochromatic Colors of #0B180D
Black with #0B180D
Text Example
Text Example
White with #0B180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B180D; }
p { color: rgb(11,24,13); }
H1.HeaderClassName
{
color: #0B180D;
}
.AnyTagClassName
{
color: #0B180D;
}
</style>
background-color css
<style>
a { background-color: #0B180D; }
a { background-color: rgb(11,24,13); }
div.DivClassName
{
background-color: #0B180D;
}
.BgClassName
{
background-color: #0B180D;
}
</style>
border-color css
<style>
span { border-color: #0B180D; }
span { border-color: rgb(11,24,13); }
td.TdClassName
{
border-color: #0B180D;
}
.TagClassName
{
border-color: #0B180D;
}
</style>