Shades of Black Bean #0D2512
Tints of Black Bean #0D2512
RGB
CMYK
RGB Variations
Color information
#0D2512 (or 0x0D2512) is known color: Black Bean. HEX triplet: 0D, 25 and 12. RGB value is (13,37,18). Sum of RGB (Red+Green+Blue) = 13+37+18=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 37 (14.84% from 255 or 54.41% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 37 - color contains mainly: green. Hex color #0D2512 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2512 is #F2DAED. Grayscale: #1B1B1B. Windows color (decimal): -15915758 or 1189133. OLE color: 1189133.
HSL color Cylindrical-coordinate representation of color #0D2512: hue angle of 132.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 #0D2512 is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 37 | 18 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.85 |
| HSL | 132.5º | 0.48% | 0.1% | - |
| HSV(B) | 132.5º | 0.65% | 0.15% | - |
| XYZ | 0.94 | 1.45 | 0.8 | - |
| YUV | 27.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 18 | 0.65 | 0 | 0.51 | 0.85 | 132.5 | 0.48 | 0.1 |
| Hex | D | 25 | 12 | 41 | 0 | 33 | 55 | 84 | 30 | A |
| Octal | 15 | 45 | 22 | 101 | 0 | 63 | 125 | 204 | 60 | 12 |
| Binary | 1101 | 100101 | 10010 | 1000001 | 0 | 110011 | 1010101 | 10000100 | 110000 | 1010 |
Color Harmonies of #0D2512
Complementary color
Monochromatic Colors of #0D2512
Black with #0D2512
Text Example
Text Example
White with #0D2512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2512; }
p { color: rgb(13,37,18); }
H1.HeaderClassName
{
color: #0D2512;
}
.AnyTagClassName
{
color: #0D2512;
}
</style>
background-color css
<style>
a { background-color: #0D2512; }
a { background-color: rgb(13,37,18); }
div.DivClassName
{
background-color: #0D2512;
}
.BgClassName
{
background-color: #0D2512;
}
</style>
border-color css
<style>
span { border-color: #0D2512; }
span { border-color: rgb(13,37,18); }
td.TdClassName
{
border-color: #0D2512;
}
.TagClassName
{
border-color: #0D2512;
}
</style>