Shades of Black Bean #0D1D0F
Tints of Black Bean #0D1D0F
RGB
CMYK
RGB Variations
Color information
#0D1D0F (or 0x0D1D0F) is known color: Black Bean. HEX triplet: 0D, 1D and 0F. RGB value is (13,29,15). Sum of RGB (Red+Green+Blue) = 13+29+15=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 29 (11.72% from 255 or 50.88% from 57); Blue value is 15 (6.25% from 255 or 26.32% from 57); Max value from RGB is 29 - color contains mainly: green. Hex color #0D1D0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1D0F is #F2E2F0. Grayscale: #161616. Windows color (decimal): -15917809 or 990477. OLE color: 990477.
HSL color Cylindrical-coordinate representation of color #0D1D0F: hue angle of 127.5º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #0D1D0F is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 29 | 15 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.89 |
| HSL | 127.5º | 0.38% | 0.08% | - |
| HSV(B) | 127.5º | 0.55% | 0.11% | - |
| XYZ | 0.69 | 1 | 0.61 | - |
| YUV | 22.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 15 | 0.55 | 0 | 0.48 | 0.89 | 127.5 | 0.38 | 0.08 |
| Hex | D | 1D | F | 37 | 0 | 30 | 59 | 80 | 26 | 8 |
| Octal | 15 | 35 | 17 | 67 | 0 | 60 | 131 | 200 | 46 | 10 |
| Binary | 1101 | 11101 | 1111 | 110111 | 0 | 110000 | 1011001 | 10000000 | 100110 | 1000 |
Color Harmonies of #0D1D0F
Complementary color
Monochromatic Colors of #0D1D0F
Black with #0D1D0F
Text Example
Text Example
White with #0D1D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1D0F; }
p { color: rgb(13,29,15); }
H1.HeaderClassName
{
color: #0D1D0F;
}
.AnyTagClassName
{
color: #0D1D0F;
}
</style>
background-color css
<style>
a { background-color: #0D1D0F; }
a { background-color: rgb(13,29,15); }
div.DivClassName
{
background-color: #0D1D0F;
}
.BgClassName
{
background-color: #0D1D0F;
}
</style>
border-color css
<style>
span { border-color: #0D1D0F; }
span { border-color: rgb(13,29,15); }
td.TdClassName
{
border-color: #0D1D0F;
}
.TagClassName
{
border-color: #0D1D0F;
}
</style>