Shades of Black Bean #0D2D10
Tints of Black Bean #0D2D10
RGB
CMYK
RGB Variations
Color information
#0D2D10 (or 0x0D2D10) is known color: Black Bean. HEX triplet: 0D, 2D and 10. RGB value is (13,45,16). Sum of RGB (Red+Green+Blue) = 13+45+16=74 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.57% from 74); Green value is 45 (17.97% from 255 or 60.81% from 74); Blue value is 16 (6.64% from 255 or 21.62% from 74); Max value from RGB is 45 - color contains mainly: green. Hex color #0D2D10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2D10 is #F2D2EF. Grayscale: #202020. Windows color (decimal): -15913712 or 1060109. OLE color: 1060109.
HSL color Cylindrical-coordinate representation of color #0D2D10: hue angle of 125.62º degrees, saturation: 0.55, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0D2D10 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 13 | 45 | 16 | - |
| CMYK | 0.71 | 0 | 0.64 | 0.82 |
| HSL | 125.63º | 0.55% | 0.11% | - |
| HSV(B) | 125.63º | 0.71% | 0.18% | - |
| XYZ | 1.2 | 2 | 0.81 | - |
| YUV | 32.13 | 118.9 | 114.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 16 | 0.71 | 0 | 0.64 | 0.82 | 125.63 | 0.55 | 0.11 |
| Hex | D | 2D | 10 | 47 | 0 | 40 | 52 | 7E | 37 | B |
| Octal | 15 | 55 | 20 | 107 | 0 | 100 | 122 | 176 | 67 | 13 |
| Binary | 1101 | 101101 | 10000 | 1000111 | 0 | 1000000 | 1010010 | 1111110 | 110111 | 1011 |
Color Harmonies of #0D2D10
Complementary color
Monochromatic Colors of #0D2D10
Black with #0D2D10
Text Example
Text Example
White with #0D2D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D10; }
p { color: rgb(13,45,16); }
H1.HeaderClassName
{
color: #0D2D10;
}
.AnyTagClassName
{
color: #0D2D10;
}
</style>
background-color css
<style>
a { background-color: #0D2D10; }
a { background-color: rgb(13,45,16); }
div.DivClassName
{
background-color: #0D2D10;
}
.BgClassName
{
background-color: #0D2D10;
}
</style>
border-color css
<style>
span { border-color: #0D2D10; }
span { border-color: rgb(13,45,16); }
td.TdClassName
{
border-color: #0D2D10;
}
.TagClassName
{
border-color: #0D2D10;
}
</style>