Shades of Black Bean #0A180A
Tints of Black Bean #0A180A
RGB
CMYK
RGB Variations
Color information
#0A180A (or 0x0A180A) is known color: Black Bean. HEX triplet: 0A, 18 and 0A. RGB value is (10,24,10). Sum of RGB (Red+Green+Blue) = 10+24+10=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 24 (9.77% from 255 or 54.55% from 44); Blue value is 10 (4.30% from 255 or 22.73% from 44); Max value from RGB is 24 - color contains mainly: green. Hex color #0A180A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A180A is #F5E7F5. Grayscale: #121212. Windows color (decimal): -16115702 or 661514. OLE color: 661514.
HSL color Cylindrical-coordinate representation of color #0A180A: hue angle of 120º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A180A is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 10 | 24 | 10 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.91 |
| HSL | 120º | 0.41% | 0.07% | - |
| HSV(B) | 120º | 0.58% | 0.09% | - |
| XYZ | 0.51 | 0.74 | 0.4 | - |
| YUV | 18.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 24 | 10 | 0.58 | 0 | 0.58 | 0.91 | 120 | 0.41 | 0.07 |
| Hex | A | 18 | A | 3A | 0 | 3A | 5B | 78 | 29 | 7 |
| Octal | 12 | 30 | 12 | 72 | 0 | 72 | 133 | 170 | 51 | 7 |
| Binary | 1010 | 11000 | 1010 | 111010 | 0 | 111010 | 1011011 | 1111000 | 101001 | 111 |
Color Harmonies of #0A180A
Complementary color
Monochromatic Colors of #0A180A
Black with #0A180A
Text Example
Text Example
White with #0A180A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A180A; }
p { color: rgb(10,24,10); }
H1.HeaderClassName
{
color: #0A180A;
}
.AnyTagClassName
{
color: #0A180A;
}
</style>
background-color css
<style>
a { background-color: #0A180A; }
a { background-color: rgb(10,24,10); }
div.DivClassName
{
background-color: #0A180A;
}
.BgClassName
{
background-color: #0A180A;
}
</style>
border-color css
<style>
span { border-color: #0A180A; }
span { border-color: rgb(10,24,10); }
td.TdClassName
{
border-color: #0A180A;
}
.TagClassName
{
border-color: #0A180A;
}
</style>