Shades of Black Bean #09230E
Tints of Black Bean #09230E
RGB
CMYK
RGB Variations
Color information
#09230E (or 0x09230E) is known color: Black Bean. HEX triplet: 09, 23 and 0E. RGB value is (9,35,14). Sum of RGB (Red+Green+Blue) = 9+35+14=58 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15.52% from 58); Green value is 35 (14.06% from 255 or 60.34% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 35 - color contains mainly: green. Hex color #09230E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09230E is #F6DCF1. Grayscale: #181818. Windows color (decimal): -16178418 or 926473. OLE color: 926473.
HSL color Cylindrical-coordinate representation of color #09230E: hue angle of 131.54º 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 #09230E is Cyan = 0.74, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 9 | 35 | 14 | - |
| CMYK | 0.74 | 0 | 0.60 | 0.86 |
| HSL | 131.54º | 0.59% | 0.09% | - |
| HSV(B) | 131.54º | 0.74% | 0.14% | - |
| XYZ | 0.79 | 1.29 | 0.62 | - |
| YUV | 24.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 35 | 14 | 0.74 | 0 | 0.60 | 0.86 | 131.54 | 0.59 | 0.09 |
| Hex | 9 | 23 | E | 4A | 0 | 3C | 56 | 84 | 3B | 9 |
| Octal | 11 | 43 | 16 | 112 | 0 | 74 | 126 | 204 | 73 | 11 |
| Binary | 1001 | 100011 | 1110 | 1001010 | 0 | 111100 | 1010110 | 10000100 | 111011 | 1001 |
Color Harmonies of #09230E
Complementary color
Monochromatic Colors of #09230E
Black with #09230E
Text Example
Text Example
White with #09230E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09230E; }
p { color: rgb(9,35,14); }
H1.HeaderClassName
{
color: #09230E;
}
.AnyTagClassName
{
color: #09230E;
}
</style>
background-color css
<style>
a { background-color: #09230E; }
a { background-color: rgb(9,35,14); }
div.DivClassName
{
background-color: #09230E;
}
.BgClassName
{
background-color: #09230E;
}
</style>
border-color css
<style>
span { border-color: #09230E; }
span { border-color: rgb(9,35,14); }
td.TdClassName
{
border-color: #09230E;
}
.TagClassName
{
border-color: #09230E;
}
</style>