Shades of Black Bean #0A280C
Tints of Black Bean #0A280C
RGB
CMYK
RGB Variations
Color information
#0A280C (or 0x0A280C) is known color: Black Bean. HEX triplet: 0A, 28 and 0C. RGB value is (10,40,12). Sum of RGB (Red+Green+Blue) = 10+40+12=62 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.13% from 62); Green value is 40 (16.02% from 255 or 64.52% from 62); Blue value is 12 (5.08% from 255 or 19.35% from 62); Max value from RGB is 40 - color contains mainly: green. Hex color #0A280C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A280C is #F5D7F3. Grayscale: #1B1B1B. Windows color (decimal): -16111604 or 796682. OLE color: 796682.
HSL color Cylindrical-coordinate representation of color #0A280C: hue angle of 124º degrees, saturation: 0.6, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0A280C is Cyan = 0.75, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 10 | 40 | 12 | - |
| CMYK | 0.75 | 0 | 0.70 | 0.84 |
| HSL | 124º | 0.6% | 0.1% | - |
| HSV(B) | 124º | 0.75% | 0.16% | - |
| XYZ | 0.95 | 1.61 | 0.61 | - |
| YUV | 27.84 | 119.06 | 115.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 40 | 12 | 0.75 | 0 | 0.70 | 0.84 | 124 | 0.6 | 0.1 |
| Hex | A | 28 | C | 4B | 0 | 46 | 54 | 7C | 3C | A |
| Octal | 12 | 50 | 14 | 113 | 0 | 106 | 124 | 174 | 74 | 12 |
| Binary | 1010 | 101000 | 1100 | 1001011 | 0 | 1000110 | 1010100 | 1111100 | 111100 | 1010 |
Color Harmonies of #0A280C
Complementary color
Monochromatic Colors of #0A280C
Black with #0A280C
Text Example
Text Example
White with #0A280C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A280C; }
p { color: rgb(10,40,12); }
H1.HeaderClassName
{
color: #0A280C;
}
.AnyTagClassName
{
color: #0A280C;
}
</style>
background-color css
<style>
a { background-color: #0A280C; }
a { background-color: rgb(10,40,12); }
div.DivClassName
{
background-color: #0A280C;
}
.BgClassName
{
background-color: #0A280C;
}
</style>
border-color css
<style>
span { border-color: #0A280C; }
span { border-color: rgb(10,40,12); }
td.TdClassName
{
border-color: #0A280C;
}
.TagClassName
{
border-color: #0A280C;
}
</style>