Shades of Black Bean #0D2713
Tints of Black Bean #0D2713
RGB
CMYK
RGB Variations
Color information
#0D2713 (or 0x0D2713) is known color: Black Bean. HEX triplet: 0D, 27 and 13. RGB value is (13,39,19). Sum of RGB (Red+Green+Blue) = 13+39+19=71 (9% of max value = 765). Red value is 13 (5.47% from 255 or 18.31% from 71); Green value is 39 (15.62% from 255 or 54.93% from 71); Blue value is 19 (7.81% from 255 or 26.76% from 71); Max value from RGB is 39 - color contains mainly: green. Hex color #0D2713 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2713 is #F2D8EC. Grayscale: #1C1C1C. Windows color (decimal): -15915245 or 1255181. OLE color: 1255181.
HSL color Cylindrical-coordinate representation of color #0D2713: hue angle of 133.85º 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 #0D2713 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 13 | 39 | 19 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.85 |
| HSL | 133.85º | 0.5% | 0.1% | - |
| HSV(B) | 133.85º | 0.67% | 0.15% | - |
| XYZ | 1.01 | 1.58 | 0.87 | - |
| YUV | 28.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 39 | 19 | 0.67 | 0 | 0.51 | 0.85 | 133.85 | 0.5 | 0.1 |
| Hex | D | 27 | 13 | 43 | 0 | 33 | 55 | 86 | 32 | A |
| Octal | 15 | 47 | 23 | 103 | 0 | 63 | 125 | 206 | 62 | 12 |
| Binary | 1101 | 100111 | 10011 | 1000011 | 0 | 110011 | 1010101 | 10000110 | 110010 | 1010 |
Color Harmonies of #0D2713
Complementary color
Monochromatic Colors of #0D2713
Black with #0D2713
Text Example
Text Example
White with #0D2713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2713; }
p { color: rgb(13,39,19); }
H1.HeaderClassName
{
color: #0D2713;
}
.AnyTagClassName
{
color: #0D2713;
}
</style>
background-color css
<style>
a { background-color: #0D2713; }
a { background-color: rgb(13,39,19); }
div.DivClassName
{
background-color: #0D2713;
}
.BgClassName
{
background-color: #0D2713;
}
</style>
border-color css
<style>
span { border-color: #0D2713; }
span { border-color: rgb(13,39,19); }
td.TdClassName
{
border-color: #0D2713;
}
.TagClassName
{
border-color: #0D2713;
}
</style>