Shades of Black Bean #0B250C
Tints of Black Bean #0B250C
RGB
CMYK
RGB Variations
Color information
#0B250C (or 0x0B250C) is known color: Black Bean. HEX triplet: 0B, 25 and 0C. RGB value is (11,37,12). Sum of RGB (Red+Green+Blue) = 11+37+12=60 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.33% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 12 (5.08% from 255 or 20% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #0B250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B250C is #F4DAF3. Grayscale: #1A1A1A. Windows color (decimal): -16046836 or 795915. OLE color: 795915.
HSL color Cylindrical-coordinate representation of color #0B250C: hue angle of 122.31º 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 #0B250C is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 12 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.85 |
| HSL | 122.31º | 0.54% | 0.09% | - |
| HSV(B) | 122.31º | 0.7% | 0.15% | - |
| XYZ | 0.87 | 1.42 | 0.58 | - |
| YUV | 26.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 12 | 0.70 | 0 | 0.68 | 0.85 | 122.31 | 0.54 | 0.09 |
| Hex | B | 25 | C | 46 | 0 | 44 | 55 | 7A | 36 | 9 |
| Octal | 13 | 45 | 14 | 106 | 0 | 104 | 125 | 172 | 66 | 11 |
| Binary | 1011 | 100101 | 1100 | 1000110 | 0 | 1000100 | 1010101 | 1111010 | 110110 | 1001 |
Color Harmonies of #0B250C
Complementary color
Monochromatic Colors of #0B250C
Black with #0B250C
Text Example
Text Example
White with #0B250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B250C; }
p { color: rgb(11,37,12); }
H1.HeaderClassName
{
color: #0B250C;
}
.AnyTagClassName
{
color: #0B250C;
}
</style>
background-color css
<style>
a { background-color: #0B250C; }
a { background-color: rgb(11,37,12); }
div.DivClassName
{
background-color: #0B250C;
}
.BgClassName
{
background-color: #0B250C;
}
</style>
border-color css
<style>
span { border-color: #0B250C; }
span { border-color: rgb(11,37,12); }
td.TdClassName
{
border-color: #0B250C;
}
.TagClassName
{
border-color: #0B250C;
}
</style>