Shades of Black Bean #09210E
Tints of Black Bean #09210E
RGB
CMYK
RGB Variations
Color information
#09210E (or 0x09210E) is known color: Black Bean. HEX triplet: 09, 21 and 0E. RGB value is (9,33,14). Sum of RGB (Red+Green+Blue) = 9+33+14=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 14 (5.86% from 255 or 25% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #09210E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09210E is #F6DEF1. Grayscale: #171717. Windows color (decimal): -16178930 or 925961. OLE color: 925961.
HSL color Cylindrical-coordinate representation of color #09210E: hue angle of 132.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #09210E is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 33 | 14 | - |
| CMYK | 0.73 | 0 | 0.58 | 0.87 |
| HSL | 132.5º | 0.57% | 0.08% | - |
| HSV(B) | 132.5º | 0.73% | 0.13% | - |
| XYZ | 0.74 | 1.18 | 0.6 | - |
| YUV | 23.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 14 | 0.73 | 0 | 0.58 | 0.87 | 132.5 | 0.57 | 0.08 |
| Hex | 9 | 21 | E | 49 | 0 | 3A | 57 | 84 | 39 | 8 |
| Octal | 11 | 41 | 16 | 111 | 0 | 72 | 127 | 204 | 71 | 10 |
| Binary | 1001 | 100001 | 1110 | 1001001 | 0 | 111010 | 1010111 | 10000100 | 111001 | 1000 |
Color Harmonies of #09210E
Complementary color
Monochromatic Colors of #09210E
Black with #09210E
Text Example
Text Example
White with #09210E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09210E; }
p { color: rgb(9,33,14); }
H1.HeaderClassName
{
color: #09210E;
}
.AnyTagClassName
{
color: #09210E;
}
</style>
background-color css
<style>
a { background-color: #09210E; }
a { background-color: rgb(9,33,14); }
div.DivClassName
{
background-color: #09210E;
}
.BgClassName
{
background-color: #09210E;
}
</style>
border-color css
<style>
span { border-color: #09210E; }
span { border-color: rgb(9,33,14); }
td.TdClassName
{
border-color: #09210E;
}
.TagClassName
{
border-color: #09210E;
}
</style>