Shades of Black Bean #0D250E
Tints of Black Bean #0D250E
RGB
CMYK
RGB Variations
Color information
#0D250E (or 0x0D250E) is known color: Black Bean. HEX triplet: 0D, 25 and 0E. RGB value is (13,37,14). Sum of RGB (Red+Green+Blue) = 13+37+14=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 37 (14.84% from 255 or 57.81% from 64); Blue value is 14 (5.86% from 255 or 21.88% from 64); Max value from RGB is 37 - color contains mainly: green. Hex color #0D250E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D250E is #F2DAF1. Grayscale: #1B1B1B. Windows color (decimal): -15915762 or 926989. OLE color: 926989.
HSL color Cylindrical-coordinate representation of color #0D250E: hue angle of 122.5º degrees, saturation: 0.48, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0D250E is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 37 | 14 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.85 |
| HSL | 122.5º | 0.48% | 0.1% | - |
| HSV(B) | 122.5º | 0.65% | 0.15% | - |
| XYZ | 0.91 | 1.44 | 0.65 | - |
| YUV | 27.2 | 120.55 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 14 | 0.65 | 0 | 0.62 | 0.85 | 122.5 | 0.48 | 0.1 |
| Hex | D | 25 | E | 41 | 0 | 3E | 55 | 7B | 30 | A |
| Octal | 15 | 45 | 16 | 101 | 0 | 76 | 125 | 173 | 60 | 12 |
| Binary | 1101 | 100101 | 1110 | 1000001 | 0 | 111110 | 1010101 | 1111011 | 110000 | 1010 |
Color Harmonies of #0D250E
Complementary color
Monochromatic Colors of #0D250E
Black with #0D250E
Text Example
Text Example
White with #0D250E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D250E; }
p { color: rgb(13,37,14); }
H1.HeaderClassName
{
color: #0D250E;
}
.AnyTagClassName
{
color: #0D250E;
}
</style>
background-color css
<style>
a { background-color: #0D250E; }
a { background-color: rgb(13,37,14); }
div.DivClassName
{
background-color: #0D250E;
}
.BgClassName
{
background-color: #0D250E;
}
</style>
border-color css
<style>
span { border-color: #0D250E; }
span { border-color: rgb(13,37,14); }
td.TdClassName
{
border-color: #0D250E;
}
.TagClassName
{
border-color: #0D250E;
}
</style>