Shades of Black Bean #0A1C0A
Tints of Black Bean #0A1C0A
RGB
CMYK
RGB Variations
Color information
#0A1C0A (or 0x0A1C0A) is known color: Black Bean. HEX triplet: 0A, 1C and 0A. RGB value is (10,28,10). Sum of RGB (Red+Green+Blue) = 10+28+10=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 28 (11.33% from 255 or 58.33% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C0A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1C0A is #F5E3F5. Grayscale: #141414. Windows color (decimal): -16114678 or 662538. OLE color: 662538.
HSL color Cylindrical-coordinate representation of color #0A1C0A: hue angle of 120º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A1C0A is Cyan = 0.64, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 28 | 10 | - |
| CMYK | 0.64 | 0 | 0.64 | 0.89 |
| HSL | 120º | 0.47% | 0.07% | - |
| HSV(B) | 120º | 0.64% | 0.11% | - |
| XYZ | 0.6 | 0.92 | 0.43 | - |
| YUV | 20.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 10 | 0.64 | 0 | 0.64 | 0.89 | 120 | 0.47 | 0.07 |
| Hex | A | 1C | A | 40 | 0 | 40 | 59 | 78 | 2F | 7 |
| Octal | 12 | 34 | 12 | 100 | 0 | 100 | 131 | 170 | 57 | 7 |
| Binary | 1010 | 11100 | 1010 | 1000000 | 0 | 1000000 | 1011001 | 1111000 | 101111 | 111 |
Color Harmonies of #0A1C0A
Complementary color
Monochromatic Colors of #0A1C0A
Black with #0A1C0A
Text Example
Text Example
White with #0A1C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C0A; }
p { color: rgb(10,28,10); }
H1.HeaderClassName
{
color: #0A1C0A;
}
.AnyTagClassName
{
color: #0A1C0A;
}
</style>
background-color css
<style>
a { background-color: #0A1C0A; }
a { background-color: rgb(10,28,10); }
div.DivClassName
{
background-color: #0A1C0A;
}
.BgClassName
{
background-color: #0A1C0A;
}
</style>
border-color css
<style>
span { border-color: #0A1C0A; }
span { border-color: rgb(10,28,10); }
td.TdClassName
{
border-color: #0A1C0A;
}
.TagClassName
{
border-color: #0A1C0A;
}
</style>