Shades of Black Bean #0A130D
Tints of Black Bean #0A130D
RGB
CMYK
RGB Variations
Color information
#0A130D (or 0x0A130D) is known color: Black Bean. HEX triplet: 0A, 13 and 0D. RGB value is (10,19,13). Sum of RGB (Red+Green+Blue) = 10+19+13=42 (5% of max value = 765). Red value is 10 (4.30% from 255 or 23.81% from 42); Green value is 19 (7.81% from 255 or 45.24% from 42); Blue value is 13 (5.47% from 255 or 30.95% from 42); Max value from RGB is 19 - color contains mainly: green. Hex color #0A130D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A130D is #F5ECF2. Grayscale: #0F0F0F. Windows color (decimal): -16116979 or 856842. OLE color: 856842.
HSL color Cylindrical-coordinate representation of color #0A130D: hue angle of 140º 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 #0A130D is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 10 | 19 | 13 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.93 |
| HSL | 140º | 0.31% | 0.06% | - |
| HSV(B) | 140º | 0.47% | 0.07% | - |
| XYZ | 0.43 | 0.56 | 0.47 | - |
| YUV | 15.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 19 | 13 | 0.47 | 0 | 0.32 | 0.93 | 140 | 0.31 | 0.06 |
| Hex | A | 13 | D | 2F | 0 | 20 | 5D | 8C | 1F | 6 |
| Octal | 12 | 23 | 15 | 57 | 0 | 40 | 135 | 214 | 37 | 6 |
| Binary | 1010 | 10011 | 1101 | 101111 | 0 | 100000 | 1011101 | 10001100 | 11111 | 110 |
Color Harmonies of #0A130D
Complementary color
Monochromatic Colors of #0A130D
Black with #0A130D
Text Example
Text Example
White with #0A130D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A130D; }
p { color: rgb(10,19,13); }
H1.HeaderClassName
{
color: #0A130D;
}
.AnyTagClassName
{
color: #0A130D;
}
</style>
background-color css
<style>
a { background-color: #0A130D; }
a { background-color: rgb(10,19,13); }
div.DivClassName
{
background-color: #0A130D;
}
.BgClassName
{
background-color: #0A130D;
}
</style>
border-color css
<style>
span { border-color: #0A130D; }
span { border-color: rgb(10,19,13); }
td.TdClassName
{
border-color: #0A130D;
}
.TagClassName
{
border-color: #0A130D;
}
</style>