Shades of Black Bean #09250B
Tints of Black Bean #09250B
RGB
CMYK
RGB Variations
Color information
#09250B (or 0x09250B) is known color: Black Bean. HEX triplet: 09, 25 and 0B. RGB value is (9,37,11). Sum of RGB (Red+Green+Blue) = 9+37+11=57 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.79% from 57); Green value is 37 (14.84% from 255 or 64.91% from 57); Blue value is 11 (4.69% from 255 or 19.30% from 57); Max value from RGB is 37 - color contains mainly: green. Hex color #09250B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09250B is #F6DAF4. Grayscale: #191919. Windows color (decimal): -16177909 or 730377. OLE color: 730377.
HSL color Cylindrical-coordinate representation of color #09250B: hue angle of 124.29º 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 #09250B is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 37 | 11 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.85 |
| HSL | 124.29º | 0.61% | 0.09% | - |
| HSV(B) | 124.29º | 0.76% | 0.15% | - |
| XYZ | 0.83 | 1.41 | 0.54 | - |
| YUV | 25.66 | 119.72 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 11 | 0.76 | 0 | 0.70 | 0.85 | 124.29 | 0.61 | 0.09 |
| Hex | 9 | 25 | B | 4C | 0 | 46 | 55 | 7C | 3D | 9 |
| Octal | 11 | 45 | 13 | 114 | 0 | 106 | 125 | 174 | 75 | 11 |
| Binary | 1001 | 100101 | 1011 | 1001100 | 0 | 1000110 | 1010101 | 1111100 | 111101 | 1001 |
Color Harmonies of #09250B
Complementary color
Monochromatic Colors of #09250B
Black with #09250B
Text Example
Text Example
White with #09250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09250B; }
p { color: rgb(9,37,11); }
H1.HeaderClassName
{
color: #09250B;
}
.AnyTagClassName
{
color: #09250B;
}
</style>
background-color css
<style>
a { background-color: #09250B; }
a { background-color: rgb(9,37,11); }
div.DivClassName
{
background-color: #09250B;
}
.BgClassName
{
background-color: #09250B;
}
</style>
border-color css
<style>
span { border-color: #09250B; }
span { border-color: rgb(9,37,11); }
td.TdClassName
{
border-color: #09250B;
}
.TagClassName
{
border-color: #09250B;
}
</style>