Shades of Black Bean #09250C
Tints of Black Bean #09250C
RGB
CMYK
RGB Variations
Color information
#09250C (or 0x09250C) is known color: Black Bean. HEX triplet: 09, 25 and 0C. RGB value is (9,37,12). Sum of RGB (Red+Green+Blue) = 9+37+12=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 37 (14.84% from 255 or 63.79% from 58); Blue value is 12 (5.08% from 255 or 20.69% from 58); Max value from RGB is 37 - color contains mainly: green. Hex color #09250C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09250C is #F6DAF3. Grayscale: #191919. Windows color (decimal): -16177908 or 795913. OLE color: 795913.
HSL color Cylindrical-coordinate representation of color #09250C: hue angle of 126.43º 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 #09250C is Cyan = 0.76, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 37 | 12 | - |
| CMYK | 0.76 | 0 | 0.68 | 0.85 |
| HSL | 126.43º | 0.61% | 0.09% | - |
| HSV(B) | 126.43º | 0.76% | 0.15% | - |
| XYZ | 0.84 | 1.41 | 0.58 | - |
| YUV | 25.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 37 | 12 | 0.76 | 0 | 0.68 | 0.85 | 126.43 | 0.61 | 0.09 |
| Hex | 9 | 25 | C | 4C | 0 | 44 | 55 | 7E | 3D | 9 |
| Octal | 11 | 45 | 14 | 114 | 0 | 104 | 125 | 176 | 75 | 11 |
| Binary | 1001 | 100101 | 1100 | 1001100 | 0 | 1000100 | 1010101 | 1111110 | 111101 | 1001 |
Color Harmonies of #09250C
Complementary color
Monochromatic Colors of #09250C
Black with #09250C
Text Example
Text Example
White with #09250C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09250C; }
p { color: rgb(9,37,12); }
H1.HeaderClassName
{
color: #09250C;
}
.AnyTagClassName
{
color: #09250C;
}
</style>
background-color css
<style>
a { background-color: #09250C; }
a { background-color: rgb(9,37,12); }
div.DivClassName
{
background-color: #09250C;
}
.BgClassName
{
background-color: #09250C;
}
</style>
border-color css
<style>
span { border-color: #09250C; }
span { border-color: rgb(9,37,12); }
td.TdClassName
{
border-color: #09250C;
}
.TagClassName
{
border-color: #09250C;
}
</style>