Shades of Black Bean #09230A
Tints of Black Bean #09230A
RGB
CMYK
RGB Variations
Color information
#09230A (or 0x09230A) is known color: Black Bean. HEX triplet: 09, 23 and 0A. RGB value is (9,35,10). Sum of RGB (Red+Green+Blue) = 9+35+10=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 35 (14.06% from 255 or 64.81% from 54); Blue value is 10 (4.30% from 255 or 18.52% from 54); Max value from RGB is 35 - color contains mainly: green. Hex color #09230A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09230A is #F6DCF5. Grayscale: #181818. Windows color (decimal): -16178422 or 664329. OLE color: 664329.
HSL color Cylindrical-coordinate representation of color #09230A: hue angle of 122.31º degrees, saturation: 0.59, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #09230A is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 35 | 10 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.86 |
| HSL | 122.31º | 0.59% | 0.09% | - |
| HSV(B) | 122.31º | 0.74% | 0.14% | - |
| XYZ | 0.77 | 1.28 | 0.49 | - |
| YUV | 24.38 | 119.89 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 10 | 0.74 | 0 | 0.71 | 0.86 | 122.31 | 0.59 | 0.09 |
| Hex | 9 | 23 | A | 4A | 0 | 47 | 56 | 7A | 3B | 9 |
| Octal | 11 | 43 | 12 | 112 | 0 | 107 | 126 | 172 | 73 | 11 |
| Binary | 1001 | 100011 | 1010 | 1001010 | 0 | 1000111 | 1010110 | 1111010 | 111011 | 1001 |
Color Harmonies of #09230A
Complementary color
Monochromatic Colors of #09230A
Black with #09230A
Text Example
Text Example
White with #09230A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09230A; }
p { color: rgb(9,35,10); }
H1.HeaderClassName
{
color: #09230A;
}
.AnyTagClassName
{
color: #09230A;
}
</style>
background-color css
<style>
a { background-color: #09230A; }
a { background-color: rgb(9,35,10); }
div.DivClassName
{
background-color: #09230A;
}
.BgClassName
{
background-color: #09230A;
}
</style>
border-color css
<style>
span { border-color: #09230A; }
span { border-color: rgb(9,35,10); }
td.TdClassName
{
border-color: #09230A;
}
.TagClassName
{
border-color: #09230A;
}
</style>