Shades of Black Bean #0D2910
Tints of Black Bean #0D2910
RGB
CMYK
RGB Variations
Color information
#0D2910 (or 0x0D2910) is known color: Black Bean. HEX triplet: 0D, 29 and 10. RGB value is (13,41,16). Sum of RGB (Red+Green+Blue) = 13+41+16=70 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.57% from 70); Green value is 41 (16.41% from 255 or 58.57% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 41 - color contains mainly: green. Hex color #0D2910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2910 is #F2D6EF. Grayscale: #1D1D1D. Windows color (decimal): -15914736 or 1059085. OLE color: 1059085.
HSL color Cylindrical-coordinate representation of color #0D2910: hue angle of 126.43º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0D2910 is Cyan = 0.68, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 13 | 41 | 16 | - |
| CMYK | 0.68 | 0 | 0.61 | 0.84 |
| HSL | 126.43º | 0.52% | 0.11% | - |
| HSV(B) | 126.43º | 0.68% | 0.16% | - |
| XYZ | 1.05 | 1.71 | 0.76 | - |
| YUV | 29.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 16 | 0.68 | 0 | 0.61 | 0.84 | 126.43 | 0.52 | 0.11 |
| Hex | D | 29 | 10 | 44 | 0 | 3D | 54 | 7E | 34 | B |
| Octal | 15 | 51 | 20 | 104 | 0 | 75 | 124 | 176 | 64 | 13 |
| Binary | 1101 | 101001 | 10000 | 1000100 | 0 | 111101 | 1010100 | 1111110 | 110100 | 1011 |
Color Harmonies of #0D2910
Complementary color
Monochromatic Colors of #0D2910
Black with #0D2910
Text Example
Text Example
White with #0D2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2910; }
p { color: rgb(13,41,16); }
H1.HeaderClassName
{
color: #0D2910;
}
.AnyTagClassName
{
color: #0D2910;
}
</style>
background-color css
<style>
a { background-color: #0D2910; }
a { background-color: rgb(13,41,16); }
div.DivClassName
{
background-color: #0D2910;
}
.BgClassName
{
background-color: #0D2910;
}
</style>
border-color css
<style>
span { border-color: #0D2910; }
span { border-color: rgb(13,41,16); }
td.TdClassName
{
border-color: #0D2910;
}
.TagClassName
{
border-color: #0D2910;
}
</style>