Shades of Black Bean #0A150D
Tints of Black Bean #0A150D
RGB
CMYK
RGB Variations
Color information
#0A150D (or 0x0A150D) is known color: Black Bean. HEX triplet: 0A, 15 and 0D. RGB value is (10,21,13). Sum of RGB (Red+Green+Blue) = 10+21+13=44 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.73% from 44); Green value is 21 (8.59% from 255 or 47.73% from 44); Blue value is 13 (5.47% from 255 or 29.55% from 44); Max value from RGB is 21 - color contains mainly: green. Hex color #0A150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A150D is #F5EAF2. Grayscale: #101010. Windows color (decimal): -16116467 or 857354. OLE color: 857354.
HSL color Cylindrical-coordinate representation of color #0A150D: hue angle of 136.36º degrees, saturation: 0.35, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0A150D is Cyan = 0.52, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 21 | 13 | - |
| CMYK | 0.52 | 0 | 0.38 | 0.92 |
| HSL | 136.36º | 0.35% | 0.06% | - |
| HSV(B) | 136.36º | 0.52% | 0.08% | - |
| XYZ | 0.47 | 0.63 | 0.48 | - |
| YUV | 16.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 13 | 0.52 | 0 | 0.38 | 0.92 | 136.36 | 0.35 | 0.06 |
| Hex | A | 15 | D | 34 | 0 | 26 | 5C | 88 | 23 | 6 |
| Octal | 12 | 25 | 15 | 64 | 0 | 46 | 134 | 210 | 43 | 6 |
| Binary | 1010 | 10101 | 1101 | 110100 | 0 | 100110 | 1011100 | 10001000 | 100011 | 110 |
Color Harmonies of #0A150D
Complementary color
Monochromatic Colors of #0A150D
Black with #0A150D
Text Example
Text Example
White with #0A150D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A150D; }
p { color: rgb(10,21,13); }
H1.HeaderClassName
{
color: #0A150D;
}
.AnyTagClassName
{
color: #0A150D;
}
</style>
background-color css
<style>
a { background-color: #0A150D; }
a { background-color: rgb(10,21,13); }
div.DivClassName
{
background-color: #0A150D;
}
.BgClassName
{
background-color: #0A150D;
}
</style>
border-color css
<style>
span { border-color: #0A150D; }
span { border-color: rgb(10,21,13); }
td.TdClassName
{
border-color: #0A150D;
}
.TagClassName
{
border-color: #0A150D;
}
</style>