Shades of Black Bean #090D0A
Tints of Black Bean #090D0A
RGB
CMYK
RGB Variations
Color information
#090D0A (or 0x090D0A) is known color: Black Bean. HEX triplet: 09, 0D and 0A. RGB value is (9,13,10). Sum of RGB (Red+Green+Blue) = 9+13+10=32 (4% of max value = 765). Red value is 9 (3.91% from 255 or 28.12% from 32); Green value is 13 (5.47% from 255 or 40.62% from 32); Blue value is 10 (4.30% from 255 or 31.25% from 32); Max value from RGB is 13 - color contains mainly: green. Hex color #090D0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090D0A is #F6F2F5. Grayscale: #0B0B0B. Windows color (decimal): -16184054 or 658697. OLE color: 658697.
HSL color Cylindrical-coordinate representation of color #090D0A: hue angle of 135º degrees, saturation: 0.18, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #090D0A is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 13 | 10 | - |
CMYK | 0.31 | 0 | 0.23 | 0.95 |
HSL | 135º | 0.18% | 0.04% | - |
HSV(B) | 135º | 0.31% | 0.05% | - |
XYZ | 0.31 | 0.37 | 0.34 | - |
YUV | 11.46 | 127.17 | 126.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 13 | 10 | 0.31 | 0 | 0.23 | 0.95 | 135 | 0.18 | 0.04 |
Hex | 9 | D | A | 1F | 0 | 17 | 5F | 87 | 12 | 4 |
Octal | 11 | 15 | 12 | 37 | 0 | 27 | 137 | 207 | 22 | 4 |
Binary | 1001 | 1101 | 1010 | 11111 | 0 | 10111 | 1011111 | 10000111 | 10010 | 100 |
Color Harmonies of #090D0A
Complementary color
Monochromatic Colors of #090D0A
Black with #090D0A
Text Example
Text Example
White with #090D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090D0A; }
p { color: rgb(9,13,10); }
H1.HeaderClassName
{
color: #090D0A;
}
.AnyTagClassName
{
color: #090D0A;
}
</style>
background-color css
<style>
a { background-color: #090D0A; }
a { background-color: rgb(9,13,10); }
div.DivClassName
{
background-color: #090D0A;
}
.BgClassName
{
background-color: #090D0A;
}
</style>
border-color css
<style>
span { border-color: #090D0A; }
span { border-color: rgb(9,13,10); }
td.TdClassName
{
border-color: #090D0A;
}
.TagClassName
{
border-color: #090D0A;
}
</style>