Shades of Black Bean #0B1E0C
Tints of Black Bean #0B1E0C
RGB
CMYK
RGB Variations
Color information
#0B1E0C (or 0x0B1E0C) is known color: Black Bean. HEX triplet: 0B, 1E and 0C. RGB value is (11,30,12). Sum of RGB (Red+Green+Blue) = 11+30+12=53 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.75% from 53); Green value is 30 (12.11% from 255 or 56.60% from 53); Blue value is 12 (5.08% from 255 or 22.64% from 53); Max value from RGB is 30 - color contains mainly: green. Hex color #0B1E0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B1E0C is #F4E1F3. Grayscale: #161616. Windows color (decimal): -16048628 or 794123. OLE color: 794123.
HSL color Cylindrical-coordinate representation of color #0B1E0C: hue angle of 123.16º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0B1E0C is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 11 | 30 | 12 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.88 |
| HSL | 123.16º | 0.46% | 0.08% | - |
| HSV(B) | 123.16º | 0.63% | 0.12% | - |
| XYZ | 0.67 | 1.03 | 0.51 | - |
| YUV | 22.27 | 122.21 | 119.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 30 | 12 | 0.63 | 0 | 0.60 | 0.88 | 123.16 | 0.46 | 0.08 |
| Hex | B | 1E | C | 3F | 0 | 3C | 58 | 7B | 2E | 8 |
| Octal | 13 | 36 | 14 | 77 | 0 | 74 | 130 | 173 | 56 | 10 |
| Binary | 1011 | 11110 | 1100 | 111111 | 0 | 111100 | 1011000 | 1111011 | 101110 | 1000 |
Color Harmonies of #0B1E0C
Complementary color
Monochromatic Colors of #0B1E0C
Black with #0B1E0C
Text Example
Text Example
White with #0B1E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1E0C; }
p { color: rgb(11,30,12); }
H1.HeaderClassName
{
color: #0B1E0C;
}
.AnyTagClassName
{
color: #0B1E0C;
}
</style>
background-color css
<style>
a { background-color: #0B1E0C; }
a { background-color: rgb(11,30,12); }
div.DivClassName
{
background-color: #0B1E0C;
}
.BgClassName
{
background-color: #0B1E0C;
}
</style>
border-color css
<style>
span { border-color: #0B1E0C; }
span { border-color: rgb(11,30,12); }
td.TdClassName
{
border-color: #0B1E0C;
}
.TagClassName
{
border-color: #0B1E0C;
}
</style>