Shades of Black Bean #0A1C0E
Tints of Black Bean #0A1C0E
RGB
CMYK
RGB Variations
Color information
#0A1C0E (or 0x0A1C0E) is known color: Black Bean. HEX triplet: 0A, 1C and 0E. RGB value is (10,28,14). Sum of RGB (Red+Green+Blue) = 10+28+14=52 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.23% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 14 (5.86% from 255 or 26.92% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1C0E is #F5E3F1. Grayscale: #151515. Windows color (decimal): -16114674 or 924682. OLE color: 924682.
HSL color Cylindrical-coordinate representation of color #0A1C0E: hue angle of 133.33º 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 #0A1C0E is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 28 | 14 | - |
| CMYK | 0.64 | 0 | 0.50 | 0.89 |
| HSL | 133.33º | 0.47% | 0.07% | - |
| HSV(B) | 133.33º | 0.64% | 0.11% | - |
| XYZ | 0.62 | 0.93 | 0.56 | - |
| YUV | 21.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 14 | 0.64 | 0 | 0.50 | 0.89 | 133.33 | 0.47 | 0.07 |
| Hex | A | 1C | E | 40 | 0 | 32 | 59 | 85 | 2F | 7 |
| Octal | 12 | 34 | 16 | 100 | 0 | 62 | 131 | 205 | 57 | 7 |
| Binary | 1010 | 11100 | 1110 | 1000000 | 0 | 110010 | 1011001 | 10000101 | 101111 | 111 |
Color Harmonies of #0A1C0E
Complementary color
Monochromatic Colors of #0A1C0E
Black with #0A1C0E
Text Example
Text Example
White with #0A1C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C0E; }
p { color: rgb(10,28,14); }
H1.HeaderClassName
{
color: #0A1C0E;
}
.AnyTagClassName
{
color: #0A1C0E;
}
</style>
background-color css
<style>
a { background-color: #0A1C0E; }
a { background-color: rgb(10,28,14); }
div.DivClassName
{
background-color: #0A1C0E;
}
.BgClassName
{
background-color: #0A1C0E;
}
</style>
border-color css
<style>
span { border-color: #0A1C0E; }
span { border-color: rgb(10,28,14); }
td.TdClassName
{
border-color: #0A1C0E;
}
.TagClassName
{
border-color: #0A1C0E;
}
</style>