Shades of Black Bean #0B180C
Tints of Black Bean #0B180C
RGB
CMYK
RGB Variations
Color information
#0B180C (or 0x0B180C) is known color: Black Bean. HEX triplet: 0B, 18 and 0C. RGB value is (11,24,12). Sum of RGB (Red+Green+Blue) = 11+24+12=47 (6% of max value = 765). Red value is 11 (4.69% from 255 or 23.40% from 47); Green value is 24 (9.77% from 255 or 51.06% from 47); Blue value is 12 (5.08% from 255 or 25.53% from 47); Max value from RGB is 24 - color contains mainly: green. Hex color #0B180C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B180C is #F4E7F3. Grayscale: #121212. Windows color (decimal): -16050164 or 792587. OLE color: 792587.
HSL color Cylindrical-coordinate representation of color #0B180C: hue angle of 124.62º 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 #0B180C is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.91.
Color convert
RGB | 11 | 24 | 12 | - |
CMYK | 0.54 | 0 | 0.50 | 0.91 |
HSL | 124.62º | 0.37% | 0.07% | - |
HSV(B) | 124.62º | 0.54% | 0.09% | - |
XYZ | 0.53 | 0.75 | 0.46 | - |
YUV | 18.75 | 124.19 | 122.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 24 | 12 | 0.54 | 0 | 0.50 | 0.91 | 124.62 | 0.37 | 0.07 |
Hex | B | 18 | C | 36 | 0 | 32 | 5B | 7D | 25 | 7 |
Octal | 13 | 30 | 14 | 66 | 0 | 62 | 133 | 175 | 45 | 7 |
Binary | 1011 | 11000 | 1100 | 110110 | 0 | 110010 | 1011011 | 1111101 | 100101 | 111 |
Color Harmonies of #0B180C
Complementary color
Monochromatic Colors of #0B180C
Black with #0B180C
Text Example
Text Example
White with #0B180C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B180C; }
p { color: rgb(11,24,12); }
H1.HeaderClassName
{
color: #0B180C;
}
.AnyTagClassName
{
color: #0B180C;
}
</style>
background-color css
<style>
a { background-color: #0B180C; }
a { background-color: rgb(11,24,12); }
div.DivClassName
{
background-color: #0B180C;
}
.BgClassName
{
background-color: #0B180C;
}
</style>
border-color css
<style>
span { border-color: #0B180C; }
span { border-color: rgb(11,24,12); }
td.TdClassName
{
border-color: #0B180C;
}
.TagClassName
{
border-color: #0B180C;
}
</style>