Shades of Black Bean #0A130A
Tints of Black Bean #0A130A
RGB
CMYK
RGB Variations
Color information
#0A130A (or 0x0A130A) is known color: Black Bean. HEX triplet: 0A, 13 and 0A. RGB value is (10,19,10). Sum of RGB (Red+Green+Blue) = 10+19+10=39 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25.64% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 10 (4.30% from 255 or 25.64% from 39); Max value from RGB is 19 - color contains mainly: green. Hex color #0A130A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A130A is #F5ECF5. Grayscale: #0F0F0F. Windows color (decimal): -16116982 or 660234. OLE color: 660234.
HSL color Cylindrical-coordinate representation of color #0A130A: hue angle of 120º degrees, saturation: 0.31, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #0A130A is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 19 | 10 | - |
| CMYK | 0.47 | 0 | 0.47 | 0.93 |
| HSL | 120º | 0.31% | 0.06% | - |
| HSV(B) | 120º | 0.47% | 0.07% | - |
| XYZ | 0.41 | 0.55 | 0.37 | - |
| YUV | 15.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 10 | 0.47 | 0 | 0.47 | 0.93 | 120 | 0.31 | 0.06 |
| Hex | A | 13 | A | 2F | 0 | 2F | 5D | 78 | 1F | 6 |
| Octal | 12 | 23 | 12 | 57 | 0 | 57 | 135 | 170 | 37 | 6 |
| Binary | 1010 | 10011 | 1010 | 101111 | 0 | 101111 | 1011101 | 1111000 | 11111 | 110 |
Color Harmonies of #0A130A
Complementary color
Monochromatic Colors of #0A130A
Black with #0A130A
Text Example
Text Example
White with #0A130A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A130A; }
p { color: rgb(10,19,10); }
H1.HeaderClassName
{
color: #0A130A;
}
.AnyTagClassName
{
color: #0A130A;
}
</style>
background-color css
<style>
a { background-color: #0A130A; }
a { background-color: rgb(10,19,10); }
div.DivClassName
{
background-color: #0A130A;
}
.BgClassName
{
background-color: #0A130A;
}
</style>
border-color css
<style>
span { border-color: #0A130A; }
span { border-color: rgb(10,19,10); }
td.TdClassName
{
border-color: #0A130A;
}
.TagClassName
{
border-color: #0A130A;
}
</style>