Shades of Black Bean #09170C
Tints of Black Bean #09170C
RGB
CMYK
RGB Variations
Color information
#09170C (or 0x09170C) is known color: Black Bean. HEX triplet: 09, 17 and 0C. RGB value is (9,23,12). Sum of RGB (Red+Green+Blue) = 9+23+12=44 (5% of max value = 765). Red value is 9 (3.91% from 255 or 20.45% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #09170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #09170C is #F6E8F3. Grayscale: #111111. Windows color (decimal): -16181492 or 792329. OLE color: 792329.
HSL color Cylindrical-coordinate representation of color #09170C: hue angle of 132.86º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #09170C is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 9 | 23 | 12 | - |
| CMYK | 0.61 | 0 | 0.48 | 0.91 |
| HSL | 132.86º | 0.44% | 0.06% | - |
| HSV(B) | 132.86º | 0.61% | 0.09% | - |
| XYZ | 0.49 | 0.7 | 0.46 | - |
| YUV | 17.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 23 | 12 | 0.61 | 0 | 0.48 | 0.91 | 132.86 | 0.44 | 0.06 |
| Hex | 9 | 17 | C | 3D | 0 | 30 | 5B | 85 | 2C | 6 |
| Octal | 11 | 27 | 14 | 75 | 0 | 60 | 133 | 205 | 54 | 6 |
| Binary | 1001 | 10111 | 1100 | 111101 | 0 | 110000 | 1011011 | 10000101 | 101100 | 110 |
Color Harmonies of #09170C
Complementary color
Monochromatic Colors of #09170C
Black with #09170C
Text Example
Text Example
White with #09170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09170C; }
p { color: rgb(9,23,12); }
H1.HeaderClassName
{
color: #09170C;
}
.AnyTagClassName
{
color: #09170C;
}
</style>
background-color css
<style>
a { background-color: #09170C; }
a { background-color: rgb(9,23,12); }
div.DivClassName
{
background-color: #09170C;
}
.BgClassName
{
background-color: #09170C;
}
</style>
border-color css
<style>
span { border-color: #09170C; }
span { border-color: rgb(9,23,12); }
td.TdClassName
{
border-color: #09170C;
}
.TagClassName
{
border-color: #09170C;
}
</style>