Shades of Black Bean #0D2710
Tints of Black Bean #0D2710
RGB
CMYK
RGB Variations
Color information
#0D2710 (or 0x0D2710) is known color: Black Bean. HEX triplet: 0D, 27 and 10. RGB value is (13,39,16). Sum of RGB (Red+Green+Blue) = 13+39+16=68 (9% of max value = 765). Red value is 13 (5.47% from 255 or 19.12% from 68); Green value is 39 (15.62% from 255 or 57.35% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 39 - color contains mainly: green. Hex color #0D2710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2710 is #F2D8EF. Grayscale: #1C1C1C. Windows color (decimal): -15915248 or 1058573. OLE color: 1058573.
HSL color Cylindrical-coordinate representation of color #0D2710: hue angle of 126.92º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0D2710 is Cyan = 0.67, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 39 | 16 | - |
| CMYK | 0.67 | 0 | 0.59 | 0.85 |
| HSL | 126.92º | 0.5% | 0.1% | - |
| HSV(B) | 126.92º | 0.67% | 0.15% | - |
| XYZ | 0.99 | 1.57 | 0.74 | - |
| YUV | 28.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 16 | 0.67 | 0 | 0.59 | 0.85 | 126.92 | 0.5 | 0.1 |
| Hex | D | 27 | 10 | 43 | 0 | 3B | 55 | 7F | 32 | A |
| Octal | 15 | 47 | 20 | 103 | 0 | 73 | 125 | 177 | 62 | 12 |
| Binary | 1101 | 100111 | 10000 | 1000011 | 0 | 111011 | 1010101 | 1111111 | 110010 | 1010 |
Color Harmonies of #0D2710
Complementary color
Monochromatic Colors of #0D2710
Black with #0D2710
Text Example
Text Example
White with #0D2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2710; }
p { color: rgb(13,39,16); }
H1.HeaderClassName
{
color: #0D2710;
}
.AnyTagClassName
{
color: #0D2710;
}
</style>
background-color css
<style>
a { background-color: #0D2710; }
a { background-color: rgb(13,39,16); }
div.DivClassName
{
background-color: #0D2710;
}
.BgClassName
{
background-color: #0D2710;
}
</style>
border-color css
<style>
span { border-color: #0D2710; }
span { border-color: rgb(13,39,16); }
td.TdClassName
{
border-color: #0D2710;
}
.TagClassName
{
border-color: #0D2710;
}
</style>