Shades of Black Bean #090C09
Tints of Black Bean #090C09
RGB
CMYK
RGB Variations
Color information
#090C09 (or 0x090C09) is known color: Black Bean. HEX triplet: 09, 0C and 09. RGB value is (9,12,9). Sum of RGB (Red+Green+Blue) = 9+12+9=30 (3% of max value = 765). Red value is 9 (3.91% from 255 or 30% from 30); Green value is 12 (5.08% from 255 or 40% from 30); Blue value is 9 (3.91% from 255 or 30% from 30); Max value from RGB is 12 - color contains mainly: green. Hex color #090C09 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C09 is #F6F3F6. Grayscale: #0A0A0A. Windows color (decimal): -16184311 or 592905. OLE color: 592905.
HSL color Cylindrical-coordinate representation of color #090C09: hue angle of 120º degrees, saturation: 0.14, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #090C09 is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.95.
Color convert
RGB | 9 | 12 | 9 | - |
CMYK | 0.25 | 0 | 0.25 | 0.95 |
HSL | 120º | 0.14% | 0.04% | - |
HSV(B) | 120º | 0.25% | 0.05% | - |
XYZ | 0.29 | 0.34 | 0.31 | - |
YUV | 10.76 | 127.01 | 126.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 9 | 12 | 9 | 0.25 | 0 | 0.25 | 0.95 | 120 | 0.14 | 0.04 |
Hex | 9 | C | 9 | 19 | 0 | 19 | 5F | 78 | E | 4 |
Octal | 11 | 14 | 11 | 31 | 0 | 31 | 137 | 170 | 16 | 4 |
Binary | 1001 | 1100 | 1001 | 11001 | 0 | 11001 | 1011111 | 1111000 | 1110 | 100 |
Color Harmonies of #090C09
Complementary color
Monochromatic Colors of #090C09
Black with #090C09
Text Example
Text Example
White with #090C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #090C09; }
p { color: rgb(9,12,9); }
H1.HeaderClassName
{
color: #090C09;
}
.AnyTagClassName
{
color: #090C09;
}
</style>
background-color css
<style>
a { background-color: #090C09; }
a { background-color: rgb(9,12,9); }
div.DivClassName
{
background-color: #090C09;
}
.BgClassName
{
background-color: #090C09;
}
</style>
border-color css
<style>
span { border-color: #090C09; }
span { border-color: rgb(9,12,9); }
td.TdClassName
{
border-color: #090C09;
}
.TagClassName
{
border-color: #090C09;
}
</style>