Shades of Black Bean #0B180E
Tints of Black Bean #0B180E
RGB
CMYK
RGB Variations
Color information
#0B180E (or 0x0B180E) is known color: Black Bean. HEX triplet: 0B, 18 and 0E. RGB value is (11,24,14). Sum of RGB (Red+Green+Blue) = 11+24+14=49 (6% of max value = 765). Red value is 11 (4.69% from 255 or 22.45% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 14 (5.86% from 255 or 28.57% from 49); Max value from RGB is 24 - color contains mainly: green. Hex color #0B180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B180E is #F4E7F1. Grayscale: #131313. Windows color (decimal): -16050162 or 923659. OLE color: 923659.
HSL color Cylindrical-coordinate representation of color #0B180E: hue angle of 133.85º 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 #0B180E is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 11 | 24 | 14 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.91 |
| HSL | 133.85º | 0.37% | 0.07% | - |
| HSV(B) | 133.85º | 0.54% | 0.09% | - |
| XYZ | 0.54 | 0.76 | 0.53 | - |
| YUV | 18.97 | 125.19 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 24 | 14 | 0.54 | 0 | 0.42 | 0.91 | 133.85 | 0.37 | 0.07 |
| Hex | B | 18 | E | 36 | 0 | 2A | 5B | 86 | 25 | 7 |
| Octal | 13 | 30 | 16 | 66 | 0 | 52 | 133 | 206 | 45 | 7 |
| Binary | 1011 | 11000 | 1110 | 110110 | 0 | 101010 | 1011011 | 10000110 | 100101 | 111 |
Color Harmonies of #0B180E
Complementary color
Monochromatic Colors of #0B180E
Black with #0B180E
Text Example
Text Example
White with #0B180E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B180E; }
p { color: rgb(11,24,14); }
H1.HeaderClassName
{
color: #0B180E;
}
.AnyTagClassName
{
color: #0B180E;
}
</style>
background-color css
<style>
a { background-color: #0B180E; }
a { background-color: rgb(11,24,14); }
div.DivClassName
{
background-color: #0B180E;
}
.BgClassName
{
background-color: #0B180E;
}
</style>
border-color css
<style>
span { border-color: #0B180E; }
span { border-color: rgb(11,24,14); }
td.TdClassName
{
border-color: #0B180E;
}
.TagClassName
{
border-color: #0B180E;
}
</style>