Shades of Black Bean #09200F
Tints of Black Bean #09200F
RGB
CMYK
RGB Variations
Color information
#09200F (or 0x09200F) is known color: Black Bean. HEX triplet: 09, 20 and 0F. RGB value is (9,32,15). Sum of RGB (Red+Green+Blue) = 9+32+15=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 32 (12.89% from 255 or 57.14% from 56); Blue value is 15 (6.25% from 255 or 26.79% from 56); Max value from RGB is 32 - color contains mainly: green. Hex color #09200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09200F is #F6DFF0. Grayscale: #171717. Windows color (decimal): -16179185 or 991241. OLE color: 991241.
HSL color Cylindrical-coordinate representation of color #09200F: hue angle of 135.65º degrees, saturation: 0.56, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #09200F is Cyan = 0.72, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 32 | 15 | - |
| CMYK | 0.72 | 0 | 0.53 | 0.87 |
| HSL | 135.65º | 0.56% | 0.08% | - |
| HSV(B) | 135.65º | 0.72% | 0.13% | - |
| XYZ | 0.72 | 1.13 | 0.63 | - |
| YUV | 23.19 | 123.38 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 32 | 15 | 0.72 | 0 | 0.53 | 0.87 | 135.65 | 0.56 | 0.08 |
| Hex | 9 | 20 | F | 48 | 0 | 35 | 57 | 88 | 38 | 8 |
| Octal | 11 | 40 | 17 | 110 | 0 | 65 | 127 | 210 | 70 | 10 |
| Binary | 1001 | 100000 | 1111 | 1001000 | 0 | 110101 | 1010111 | 10001000 | 111000 | 1000 |
Color Harmonies of #09200F
Complementary color
Monochromatic Colors of #09200F
Black with #09200F
Text Example
Text Example
White with #09200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09200F; }
p { color: rgb(9,32,15); }
H1.HeaderClassName
{
color: #09200F;
}
.AnyTagClassName
{
color: #09200F;
}
</style>
background-color css
<style>
a { background-color: #09200F; }
a { background-color: rgb(9,32,15); }
div.DivClassName
{
background-color: #09200F;
}
.BgClassName
{
background-color: #09200F;
}
</style>
border-color css
<style>
span { border-color: #09200F; }
span { border-color: rgb(9,32,15); }
td.TdClassName
{
border-color: #09200F;
}
.TagClassName
{
border-color: #09200F;
}
</style>