Shades of Black Bean #09260D
Tints of Black Bean #09260D
RGB
CMYK
RGB Variations
Color information
#09260D (or 0x09260D) is known color: Black Bean. HEX triplet: 09, 26 and 0D. RGB value is (9,38,13). Sum of RGB (Red+Green+Blue) = 9+38+13=60 (7% of max value = 765). Red value is 9 (3.91% from 255 or 15% from 60); Green value is 38 (15.23% from 255 or 63.33% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 38 - color contains mainly: green. Hex color #09260D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09260D is #F6D9F2. Grayscale: #1A1A1A. Windows color (decimal): -16177651 or 861705. OLE color: 861705.
HSL color Cylindrical-coordinate representation of color #09260D: hue angle of 128.28º degrees, saturation: 0.62, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #09260D is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 9 | 38 | 13 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.85 |
| HSL | 128.28º | 0.62% | 0.09% | - |
| HSV(B) | 128.28º | 0.76% | 0.15% | - |
| XYZ | 0.88 | 1.47 | 0.62 | - |
| YUV | 26.48 | 120.39 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 13 | 0.76 | 0 | 0.66 | 0.85 | 128.28 | 0.62 | 0.09 |
| Hex | 9 | 26 | D | 4C | 0 | 42 | 55 | 80 | 3E | 9 |
| Octal | 11 | 46 | 15 | 114 | 0 | 102 | 125 | 200 | 76 | 11 |
| Binary | 1001 | 100110 | 1101 | 1001100 | 0 | 1000010 | 1010101 | 10000000 | 111110 | 1001 |
Color Harmonies of #09260D
Complementary color
Monochromatic Colors of #09260D
Black with #09260D
Text Example
Text Example
White with #09260D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09260D; }
p { color: rgb(9,38,13); }
H1.HeaderClassName
{
color: #09260D;
}
.AnyTagClassName
{
color: #09260D;
}
</style>
background-color css
<style>
a { background-color: #09260D; }
a { background-color: rgb(9,38,13); }
div.DivClassName
{
background-color: #09260D;
}
.BgClassName
{
background-color: #09260D;
}
</style>
border-color css
<style>
span { border-color: #09260D; }
span { border-color: rgb(9,38,13); }
td.TdClassName
{
border-color: #09260D;
}
.TagClassName
{
border-color: #09260D;
}
</style>