Shades of Black Bean #0D1F0E
Tints of Black Bean #0D1F0E
RGB
CMYK
RGB Variations
Color information
#0D1F0E (or 0x0D1F0E) is known color: Black Bean. HEX triplet: 0D, 1F and 0E. RGB value is (13,31,14). Sum of RGB (Red+Green+Blue) = 13+31+14=58 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.41% from 58); Green value is 31 (12.5% from 255 or 53.45% from 58); Blue value is 14 (5.86% from 255 or 24.14% from 58); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F0E is #F2E0F1. Grayscale: #171717. Windows color (decimal): -15917298 or 925453. OLE color: 925453.
HSL color Cylindrical-coordinate representation of color #0D1F0E: hue angle of 123.33º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F0E is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 31 | 14 | - |
| CMYK | 0.58 | 0 | 0.55 | 0.88 |
| HSL | 123.33º | 0.41% | 0.09% | - |
| HSV(B) | 123.33º | 0.58% | 0.12% | - |
| XYZ | 0.74 | 1.1 | 0.59 | - |
| YUV | 23.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 14 | 0.58 | 0 | 0.55 | 0.88 | 123.33 | 0.41 | 0.09 |
| Hex | D | 1F | E | 3A | 0 | 37 | 58 | 7B | 29 | 9 |
| Octal | 15 | 37 | 16 | 72 | 0 | 67 | 130 | 173 | 51 | 11 |
| Binary | 1101 | 11111 | 1110 | 111010 | 0 | 110111 | 1011000 | 1111011 | 101001 | 1001 |
Color Harmonies of #0D1F0E
Complementary color
Monochromatic Colors of #0D1F0E
Black with #0D1F0E
Text Example
Text Example
White with #0D1F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F0E; }
p { color: rgb(13,31,14); }
H1.HeaderClassName
{
color: #0D1F0E;
}
.AnyTagClassName
{
color: #0D1F0E;
}
</style>
background-color css
<style>
a { background-color: #0D1F0E; }
a { background-color: rgb(13,31,14); }
div.DivClassName
{
background-color: #0D1F0E;
}
.BgClassName
{
background-color: #0D1F0E;
}
</style>
border-color css
<style>
span { border-color: #0D1F0E; }
span { border-color: rgb(13,31,14); }
td.TdClassName
{
border-color: #0D1F0E;
}
.TagClassName
{
border-color: #0D1F0E;
}
</style>