Shades of Black Bean #09210A
Tints of Black Bean #09210A
RGB
CMYK
RGB Variations
Color information
#09210A (or 0x09210A) is known color: Black Bean. HEX triplet: 09, 21 and 0A. RGB value is (9,33,10). Sum of RGB (Red+Green+Blue) = 9+33+10=52 (6% of max value = 765). Red value is 9 (3.91% from 255 or 17.31% from 52); Green value is 33 (13.28% from 255 or 63.46% from 52); Blue value is 10 (4.30% from 255 or 19.23% from 52); Max value from RGB is 33 - color contains mainly: green. Hex color #09210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09210A is #F6DEF5. Grayscale: #171717. Windows color (decimal): -16178934 or 663817. OLE color: 663817.
HSL color Cylindrical-coordinate representation of color #09210A: hue angle of 122.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 #09210A is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 9 | 33 | 10 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.87 |
| HSL | 122.5º | 0.57% | 0.08% | - |
| HSV(B) | 122.5º | 0.73% | 0.13% | - |
| XYZ | 0.71 | 1.17 | 0.48 | - |
| YUV | 23.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 33 | 10 | 0.73 | 0 | 0.70 | 0.87 | 122.5 | 0.57 | 0.08 |
| Hex | 9 | 21 | A | 49 | 0 | 46 | 57 | 7B | 39 | 8 |
| Octal | 11 | 41 | 12 | 111 | 0 | 106 | 127 | 173 | 71 | 10 |
| Binary | 1001 | 100001 | 1010 | 1001001 | 0 | 1000110 | 1010111 | 1111011 | 111001 | 1000 |
Color Harmonies of #09210A
Complementary color
Monochromatic Colors of #09210A
Black with #09210A
Text Example
Text Example
White with #09210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09210A; }
p { color: rgb(9,33,10); }
H1.HeaderClassName
{
color: #09210A;
}
.AnyTagClassName
{
color: #09210A;
}
</style>
background-color css
<style>
a { background-color: #09210A; }
a { background-color: rgb(9,33,10); }
div.DivClassName
{
background-color: #09210A;
}
.BgClassName
{
background-color: #09210A;
}
</style>
border-color css
<style>
span { border-color: #09210A; }
span { border-color: rgb(9,33,10); }
td.TdClassName
{
border-color: #09210A;
}
.TagClassName
{
border-color: #09210A;
}
</style>