Shades of Black Bean #0A250D
Tints of Black Bean #0A250D
RGB
CMYK
RGB Variations
Color information
#0A250D (or 0x0A250D) is known color: Black Bean. HEX triplet: 0A, 25 and 0D. RGB value is (10,37,13). Sum of RGB (Red+Green+Blue) = 10+37+13=60 (7% of max value = 765). Red value is 10 (4.30% from 255 or 16.67% from 60); Green value is 37 (14.84% from 255 or 61.67% from 60); Blue value is 13 (5.47% from 255 or 21.67% from 60); Max value from RGB is 37 - color contains mainly: green. Hex color #0A250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A250D is #F5DAF2. Grayscale: #1A1A1A. Windows color (decimal): -16112371 or 861450. OLE color: 861450.
HSL color Cylindrical-coordinate representation of color #0A250D: hue angle of 126.67º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0A250D is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 37 | 13 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.85 |
| HSL | 126.67º | 0.57% | 0.09% | - |
| HSV(B) | 126.67º | 0.73% | 0.15% | - |
| XYZ | 0.86 | 1.42 | 0.61 | - |
| YUV | 26.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 37 | 13 | 0.73 | 0 | 0.65 | 0.85 | 126.67 | 0.57 | 0.09 |
| Hex | A | 25 | D | 49 | 0 | 41 | 55 | 7F | 39 | 9 |
| Octal | 12 | 45 | 15 | 111 | 0 | 101 | 125 | 177 | 71 | 11 |
| Binary | 1010 | 100101 | 1101 | 1001001 | 0 | 1000001 | 1010101 | 1111111 | 111001 | 1001 |
Color Harmonies of #0A250D
Complementary color
Monochromatic Colors of #0A250D
Black with #0A250D
Text Example
Text Example
White with #0A250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A250D; }
p { color: rgb(10,37,13); }
H1.HeaderClassName
{
color: #0A250D;
}
.AnyTagClassName
{
color: #0A250D;
}
</style>
background-color css
<style>
a { background-color: #0A250D; }
a { background-color: rgb(10,37,13); }
div.DivClassName
{
background-color: #0A250D;
}
.BgClassName
{
background-color: #0A250D;
}
</style>
border-color css
<style>
span { border-color: #0A250D; }
span { border-color: rgb(10,37,13); }
td.TdClassName
{
border-color: #0A250D;
}
.TagClassName
{
border-color: #0A250D;
}
</style>