Shades of Black Bean #0B250E
Tints of Black Bean #0B250E
RGB
CMYK
RGB Variations
Color information
#0B250E (or 0x0B250E) is known color: Black Bean. HEX triplet: 0B, 25 and 0E. RGB value is (11,37,14). Sum of RGB (Red+Green+Blue) = 11+37+14=62 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.74% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 14 (5.86% from 255 or 22.58% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #0B250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B250E is #F4DAF1. Grayscale: #1A1A1A. Windows color (decimal): -16046834 or 926987. OLE color: 926987.
HSL color Cylindrical-coordinate representation of color #0B250E: hue angle of 126.92º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B250E is Cyan = 0.70, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 14 | - |
| CMYK | 0.70 | 0 | 0.62 | 0.85 |
| HSL | 126.92º | 0.54% | 0.09% | - |
| HSV(B) | 126.92º | 0.7% | 0.15% | - |
| XYZ | 0.88 | 1.43 | 0.64 | - |
| YUV | 26.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 14 | 0.70 | 0 | 0.62 | 0.85 | 126.92 | 0.54 | 0.09 |
| Hex | B | 25 | E | 46 | 0 | 3E | 55 | 7F | 36 | 9 |
| Octal | 13 | 45 | 16 | 106 | 0 | 76 | 125 | 177 | 66 | 11 |
| Binary | 1011 | 100101 | 1110 | 1000110 | 0 | 111110 | 1010101 | 1111111 | 110110 | 1001 |
Color Harmonies of #0B250E
Complementary color
Monochromatic Colors of #0B250E
Black with #0B250E
Text Example
Text Example
White with #0B250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B250E; }
p { color: rgb(11,37,14); }
H1.HeaderClassName
{
color: #0B250E;
}
.AnyTagClassName
{
color: #0B250E;
}
</style>
background-color css
<style>
a { background-color: #0B250E; }
a { background-color: rgb(11,37,14); }
div.DivClassName
{
background-color: #0B250E;
}
.BgClassName
{
background-color: #0B250E;
}
</style>
border-color css
<style>
span { border-color: #0B250E; }
span { border-color: rgb(11,37,14); }
td.TdClassName
{
border-color: #0B250E;
}
.TagClassName
{
border-color: #0B250E;
}
</style>