Shades of Black Bean #0D1C0E
Tints of Black Bean #0D1C0E
RGB
CMYK
RGB Variations
Color information
#0D1C0E (or 0x0D1C0E) is known color: Black Bean. HEX triplet: 0D, 1C and 0E. RGB value is (13,28,14). Sum of RGB (Red+Green+Blue) = 13+28+14=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 28 (11.33% from 255 or 50.91% from 55); Blue value is 14 (5.86% from 255 or 25.45% from 55); Max value from RGB is 28 - color contains mainly: green. Hex color #0D1C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1C0E is #F2E3F1. Grayscale: #151515. Windows color (decimal): -15918066 or 924685. OLE color: 924685.
HSL color Cylindrical-coordinate representation of color #0D1C0E: hue angle of 124º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #0D1C0E is Cyan = 0.54, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 28 | 14 | - |
| CMYK | 0.54 | 0 | 0.50 | 0.89 |
| HSL | 124º | 0.37% | 0.08% | - |
| HSV(B) | 124º | 0.54% | 0.11% | - |
| XYZ | 0.66 | 0.95 | 0.56 | - |
| YUV | 21.92 | 123.53 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 14 | 0.54 | 0 | 0.50 | 0.89 | 124 | 0.37 | 0.08 |
| Hex | D | 1C | E | 36 | 0 | 32 | 59 | 7C | 25 | 8 |
| Octal | 15 | 34 | 16 | 66 | 0 | 62 | 131 | 174 | 45 | 10 |
| Binary | 1101 | 11100 | 1110 | 110110 | 0 | 110010 | 1011001 | 1111100 | 100101 | 1000 |
Color Harmonies of #0D1C0E
Complementary color
Monochromatic Colors of #0D1C0E
Black with #0D1C0E
Text Example
Text Example
White with #0D1C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1C0E; }
p { color: rgb(13,28,14); }
H1.HeaderClassName
{
color: #0D1C0E;
}
.AnyTagClassName
{
color: #0D1C0E;
}
</style>
background-color css
<style>
a { background-color: #0D1C0E; }
a { background-color: rgb(13,28,14); }
div.DivClassName
{
background-color: #0D1C0E;
}
.BgClassName
{
background-color: #0D1C0E;
}
</style>
border-color css
<style>
span { border-color: #0D1C0E; }
span { border-color: rgb(13,28,14); }
td.TdClassName
{
border-color: #0D1C0E;
}
.TagClassName
{
border-color: #0D1C0E;
}
</style>