Shades of Black Bean #0A1C0C
Tints of Black Bean #0A1C0C
RGB
CMYK
RGB Variations
Color information
#0A1C0C (or 0x0A1C0C) is known color: Black Bean. HEX triplet: 0A, 1C and 0C. RGB value is (10,28,12). Sum of RGB (Red+Green+Blue) = 10+28+12=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 28 (11.33% from 255 or 56% from 50); Blue value is 12 (5.08% from 255 or 24% from 50); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1C0C is #F5E3F3. Grayscale: #141414. Windows color (decimal): -16114676 or 793610. OLE color: 793610.
HSL color Cylindrical-coordinate representation of color #0A1C0C: hue angle of 126.67º 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 #0A1C0C is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 28 | 12 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.89 |
| HSL | 126.67º | 0.47% | 0.07% | - |
| HSV(B) | 126.67º | 0.64% | 0.11% | - |
| XYZ | 0.61 | 0.92 | 0.49 | - |
| YUV | 20.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 12 | 0.64 | 0 | 0.57 | 0.89 | 126.67 | 0.47 | 0.07 |
| Hex | A | 1C | C | 40 | 0 | 39 | 59 | 7F | 2F | 7 |
| Octal | 12 | 34 | 14 | 100 | 0 | 71 | 131 | 177 | 57 | 7 |
| Binary | 1010 | 11100 | 1100 | 1000000 | 0 | 111001 | 1011001 | 1111111 | 101111 | 111 |
Color Harmonies of #0A1C0C
Complementary color
Monochromatic Colors of #0A1C0C
Black with #0A1C0C
Text Example
Text Example
White with #0A1C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C0C; }
p { color: rgb(10,28,12); }
H1.HeaderClassName
{
color: #0A1C0C;
}
.AnyTagClassName
{
color: #0A1C0C;
}
</style>
background-color css
<style>
a { background-color: #0A1C0C; }
a { background-color: rgb(10,28,12); }
div.DivClassName
{
background-color: #0A1C0C;
}
.BgClassName
{
background-color: #0A1C0C;
}
</style>
border-color css
<style>
span { border-color: #0A1C0C; }
span { border-color: rgb(10,28,12); }
td.TdClassName
{
border-color: #0A1C0C;
}
.TagClassName
{
border-color: #0A1C0C;
}
</style>