Shades of Black Bean #0D2610
Tints of Black Bean #0D2610
RGB
CMYK
RGB Variations
Color information
#0D2610 (or 0x0D2610) is known color: Black Bean. HEX triplet: 0D, 26 and 10. RGB value is (13,38,16). Sum of RGB (Red+Green+Blue) = 13+38+16=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 38 (15.23% from 255 or 56.72% from 67); Blue value is 16 (6.64% from 255 or 23.88% from 67); Max value from RGB is 38 - color contains mainly: green. Hex color #0D2610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2610 is #F2D9EF. Grayscale: #1C1C1C. Windows color (decimal): -15915504 or 1058317. OLE color: 1058317.
HSL color Cylindrical-coordinate representation of color #0D2610: hue angle of 127.2º degrees, saturation: 0.49, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0D2610 is Cyan = 0.66, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 38 | 16 | - |
| CMYK | 0.66 | 0 | 0.58 | 0.85 |
| HSL | 127.2º | 0.49% | 0.1% | - |
| HSV(B) | 127.2º | 0.66% | 0.15% | - |
| XYZ | 0.95 | 1.51 | 0.73 | - |
| YUV | 28.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 16 | 0.66 | 0 | 0.58 | 0.85 | 127.2 | 0.49 | 0.1 |
| Hex | D | 26 | 10 | 42 | 0 | 3A | 55 | 7F | 31 | A |
| Octal | 15 | 46 | 20 | 102 | 0 | 72 | 125 | 177 | 61 | 12 |
| Binary | 1101 | 100110 | 10000 | 1000010 | 0 | 111010 | 1010101 | 1111111 | 110001 | 1010 |
Color Harmonies of #0D2610
Complementary color
Monochromatic Colors of #0D2610
Black with #0D2610
Text Example
Text Example
White with #0D2610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2610; }
p { color: rgb(13,38,16); }
H1.HeaderClassName
{
color: #0D2610;
}
.AnyTagClassName
{
color: #0D2610;
}
</style>
background-color css
<style>
a { background-color: #0D2610; }
a { background-color: rgb(13,38,16); }
div.DivClassName
{
background-color: #0D2610;
}
.BgClassName
{
background-color: #0D2610;
}
</style>
border-color css
<style>
span { border-color: #0D2610; }
span { border-color: rgb(13,38,16); }
td.TdClassName
{
border-color: #0D2610;
}
.TagClassName
{
border-color: #0D2610;
}
</style>