Shades of Black Bean #09250D
Tints of Black Bean #09250D
RGB
CMYK
RGB Variations
Color information
#09250D (or 0x09250D) is known color: Black Bean. HEX triplet: 09, 25 and 0D. RGB value is (9,37,13). Sum of RGB (Red+Green+Blue) = 9+37+13=59 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.25% from 59); Green value is 37 (14.84% from 255 or 62.71% from 59); Blue value is 13 (5.47% from 255 or 22.03% from 59); Max value from RGB is 37 - color contains mainly: green. Hex color #09250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09250D is #F6DAF2. Grayscale: #191919. Windows color (decimal): -16177907 or 861449. OLE color: 861449.
HSL color Cylindrical-coordinate representation of color #09250D: hue angle of 128.57º 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 #09250D is Cyan = 0.76, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 37 | 13 | - |
| CMYK | 0.76 | 0 | 0.65 | 0.85 |
| HSL | 128.57º | 0.61% | 0.09% | - |
| HSV(B) | 128.57º | 0.76% | 0.15% | - |
| XYZ | 0.85 | 1.41 | 0.61 | - |
| YUV | 25.89 | 120.72 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 13 | 0.76 | 0 | 0.65 | 0.85 | 128.57 | 0.61 | 0.09 |
| Hex | 9 | 25 | D | 4C | 0 | 41 | 55 | 81 | 3D | 9 |
| Octal | 11 | 45 | 15 | 114 | 0 | 101 | 125 | 201 | 75 | 11 |
| Binary | 1001 | 100101 | 1101 | 1001100 | 0 | 1000001 | 1010101 | 10000001 | 111101 | 1001 |
Color Harmonies of #09250D
Complementary color
Monochromatic Colors of #09250D
Black with #09250D
Text Example
Text Example
White with #09250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09250D; }
p { color: rgb(9,37,13); }
H1.HeaderClassName
{
color: #09250D;
}
.AnyTagClassName
{
color: #09250D;
}
</style>
background-color css
<style>
a { background-color: #09250D; }
a { background-color: rgb(9,37,13); }
div.DivClassName
{
background-color: #09250D;
}
.BgClassName
{
background-color: #09250D;
}
</style>
border-color css
<style>
span { border-color: #09250D; }
span { border-color: rgb(9,37,13); }
td.TdClassName
{
border-color: #09250D;
}
.TagClassName
{
border-color: #09250D;
}
</style>