Shades of Black Bean #0B250D
Tints of Black Bean #0B250D
RGB
CMYK
RGB Variations
Color information
#0B250D (or 0x0B250D) is known color: Black Bean. HEX triplet: 0B, 25 and 0D. RGB value is (11,37,13). Sum of RGB (Red+Green+Blue) = 11+37+13=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 13 (5.47% from 255 or 21.31% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #0B250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B250D is #F4DAF2. Grayscale: #1A1A1A. Windows color (decimal): -16046835 or 861451. OLE color: 861451.
HSL color Cylindrical-coordinate representation of color #0B250D: hue angle of 124.62º 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 #0B250D is Cyan = 0.70, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 13 | - |
| CMYK | 0.70 | 0 | 0.65 | 0.85 |
| HSL | 124.62º | 0.54% | 0.09% | - |
| HSV(B) | 124.62º | 0.7% | 0.15% | - |
| XYZ | 0.87 | 1.42 | 0.61 | - |
| YUV | 26.49 | 120.39 | 116.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 13 | 0.70 | 0 | 0.65 | 0.85 | 124.62 | 0.54 | 0.09 |
| Hex | B | 25 | D | 46 | 0 | 41 | 55 | 7D | 36 | 9 |
| Octal | 13 | 45 | 15 | 106 | 0 | 101 | 125 | 175 | 66 | 11 |
| Binary | 1011 | 100101 | 1101 | 1000110 | 0 | 1000001 | 1010101 | 1111101 | 110110 | 1001 |
Color Harmonies of #0B250D
Complementary color
Monochromatic Colors of #0B250D
Black with #0B250D
Text Example
Text Example
White with #0B250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B250D; }
p { color: rgb(11,37,13); }
H1.HeaderClassName
{
color: #0B250D;
}
.AnyTagClassName
{
color: #0B250D;
}
</style>
background-color css
<style>
a { background-color: #0B250D; }
a { background-color: rgb(11,37,13); }
div.DivClassName
{
background-color: #0B250D;
}
.BgClassName
{
background-color: #0B250D;
}
</style>
border-color css
<style>
span { border-color: #0B250D; }
span { border-color: rgb(11,37,13); }
td.TdClassName
{
border-color: #0B250D;
}
.TagClassName
{
border-color: #0B250D;
}
</style>