Shades of Black Bean #09210B
Tints of Black Bean #09210B
RGB
CMYK
RGB Variations
Color information
#09210B (or 0x09210B) is known color: Black Bean. HEX triplet: 09, 21 and 0B. RGB value is (9,33,11). Sum of RGB (Red+Green+Blue) = 9+33+11=53 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.98% from 53); Green value is 33 (13.28% from 255 or 62.26% from 53); Blue value is 11 (4.69% from 255 or 20.75% from 53); Max value from RGB is 33 - color contains mainly: green. Hex color #09210B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09210B is #F6DEF4. Grayscale: #171717. Windows color (decimal): -16178933 or 729353. OLE color: 729353.
HSL color Cylindrical-coordinate representation of color #09210B: hue angle of 125º 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 #09210B is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 33 | 11 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.87 |
| HSL | 125º | 0.57% | 0.08% | - |
| HSV(B) | 125º | 0.73% | 0.13% | - |
| XYZ | 0.72 | 1.17 | 0.5 | - |
| YUV | 23.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 11 | 0.73 | 0 | 0.67 | 0.87 | 125 | 0.57 | 0.08 |
| Hex | 9 | 21 | B | 49 | 0 | 43 | 57 | 7D | 39 | 8 |
| Octal | 11 | 41 | 13 | 111 | 0 | 103 | 127 | 175 | 71 | 10 |
| Binary | 1001 | 100001 | 1011 | 1001001 | 0 | 1000011 | 1010111 | 1111101 | 111001 | 1000 |
Color Harmonies of #09210B
Complementary color
Monochromatic Colors of #09210B
Black with #09210B
Text Example
Text Example
White with #09210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09210B; }
p { color: rgb(9,33,11); }
H1.HeaderClassName
{
color: #09210B;
}
.AnyTagClassName
{
color: #09210B;
}
</style>
background-color css
<style>
a { background-color: #09210B; }
a { background-color: rgb(9,33,11); }
div.DivClassName
{
background-color: #09210B;
}
.BgClassName
{
background-color: #09210B;
}
</style>
border-color css
<style>
span { border-color: #09210B; }
span { border-color: rgb(9,33,11); }
td.TdClassName
{
border-color: #09210B;
}
.TagClassName
{
border-color: #09210B;
}
</style>