Shades of Black Bean #0D1B11
Tints of Black Bean #0D1B11
RGB
CMYK
RGB Variations
Color information
#0D1B11 (or 0x0D1B11) is known color: Black Bean. HEX triplet: 0D, 1B and 11. RGB value is (13,27,17). Sum of RGB (Red+Green+Blue) = 13+27+17=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 27 (10.94% from 255 or 47.37% from 57); Blue value is 17 (7.03% from 255 or 29.82% from 57); Max value from RGB is 27 - color contains mainly: green. Hex color #0D1B11 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1B11 is #F2E4EE. Grayscale: #151515. Windows color (decimal): -15918319 or 1121037. OLE color: 1121037.
HSL color Cylindrical-coordinate representation of color #0D1B11: hue angle of 137.14º degrees, saturation: 0.35, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0D1B11 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 27 | 17 | - |
| CMYK | 0.52 | 0 | 0.37 | 0.89 |
| HSL | 137.14º | 0.35% | 0.08% | - |
| HSV(B) | 137.14º | 0.52% | 0.11% | - |
| XYZ | 0.66 | 0.91 | 0.67 | - |
| YUV | 21.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 17 | 0.52 | 0 | 0.37 | 0.89 | 137.14 | 0.35 | 0.08 |
| Hex | D | 1B | 11 | 34 | 0 | 25 | 59 | 89 | 23 | 8 |
| Octal | 15 | 33 | 21 | 64 | 0 | 45 | 131 | 211 | 43 | 10 |
| Binary | 1101 | 11011 | 10001 | 110100 | 0 | 100101 | 1011001 | 10001001 | 100011 | 1000 |
Color Harmonies of #0D1B11
Complementary color
Monochromatic Colors of #0D1B11
Black with #0D1B11
Text Example
Text Example
White with #0D1B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B11; }
p { color: rgb(13,27,17); }
H1.HeaderClassName
{
color: #0D1B11;
}
.AnyTagClassName
{
color: #0D1B11;
}
</style>
background-color css
<style>
a { background-color: #0D1B11; }
a { background-color: rgb(13,27,17); }
div.DivClassName
{
background-color: #0D1B11;
}
.BgClassName
{
background-color: #0D1B11;
}
</style>
border-color css
<style>
span { border-color: #0D1B11; }
span { border-color: rgb(13,27,17); }
td.TdClassName
{
border-color: #0D1B11;
}
.TagClassName
{
border-color: #0D1B11;
}
</style>