Shades of Black Bean #09250F
Tints of Black Bean #09250F
RGB
CMYK
RGB Variations
Color information
#09250F (or 0x09250F) is known color: Black Bean. HEX triplet: 09, 25 and 0F. RGB value is (9,37,15). Sum of RGB (Red+Green+Blue) = 9+37+15=61 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.75% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 15 (6.25% from 255 or 24.59% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #09250F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09250F is #F6DAF0. Grayscale: #1A1A1A. Windows color (decimal): -16177905 or 992521. OLE color: 992521.
HSL color Cylindrical-coordinate representation of color #09250F: hue angle of 132.86º degrees, saturation: 0.61, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #09250F is Cyan = 0.76, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 37 | 15 | - |
| CMYK | 0.76 | 0 | 0.59 | 0.85 |
| HSL | 132.86º | 0.61% | 0.09% | - |
| HSV(B) | 132.86º | 0.76% | 0.15% | - |
| XYZ | 0.86 | 1.42 | 0.68 | - |
| YUV | 26.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 15 | 0.76 | 0 | 0.59 | 0.85 | 132.86 | 0.61 | 0.09 |
| Hex | 9 | 25 | F | 4C | 0 | 3B | 55 | 85 | 3D | 9 |
| Octal | 11 | 45 | 17 | 114 | 0 | 73 | 125 | 205 | 75 | 11 |
| Binary | 1001 | 100101 | 1111 | 1001100 | 0 | 111011 | 1010101 | 10000101 | 111101 | 1001 |
Color Harmonies of #09250F
Complementary color
Monochromatic Colors of #09250F
Black with #09250F
Text Example
Text Example
White with #09250F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09250F; }
p { color: rgb(9,37,15); }
H1.HeaderClassName
{
color: #09250F;
}
.AnyTagClassName
{
color: #09250F;
}
</style>
background-color css
<style>
a { background-color: #09250F; }
a { background-color: rgb(9,37,15); }
div.DivClassName
{
background-color: #09250F;
}
.BgClassName
{
background-color: #09250F;
}
</style>
border-color css
<style>
span { border-color: #09250F; }
span { border-color: rgb(9,37,15); }
td.TdClassName
{
border-color: #09250F;
}
.TagClassName
{
border-color: #09250F;
}
</style>