Shades of Black Bean #0D1B10
Tints of Black Bean #0D1B10
RGB
CMYK
RGB Variations
Color information
#0D1B10 (or 0x0D1B10) is known color: Black Bean. HEX triplet: 0D, 1B and 10. RGB value is (13,27,16). Sum of RGB (Red+Green+Blue) = 13+27+16=56 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.21% from 56); Green value is 27 (10.94% from 255 or 48.21% from 56); Blue value is 16 (6.64% from 255 or 28.57% from 56); Max value from RGB is 27 - color contains mainly: green. Hex color #0D1B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1B10 is #F2E4EF. Grayscale: #151515. Windows color (decimal): -15918320 or 1055501. OLE color: 1055501.
HSL color Cylindrical-coordinate representation of color #0D1B10: hue angle of 132.86º 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 #0D1B10 is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 13 | 27 | 16 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.89 |
| HSL | 132.86º | 0.35% | 0.08% | - |
| HSV(B) | 132.86º | 0.52% | 0.11% | - |
| XYZ | 0.65 | 0.91 | 0.63 | - |
| YUV | 21.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 27 | 16 | 0.52 | 0 | 0.41 | 0.89 | 132.86 | 0.35 | 0.08 |
| Hex | D | 1B | 10 | 34 | 0 | 29 | 59 | 85 | 23 | 8 |
| Octal | 15 | 33 | 20 | 64 | 0 | 51 | 131 | 205 | 43 | 10 |
| Binary | 1101 | 11011 | 10000 | 110100 | 0 | 101001 | 1011001 | 10000101 | 100011 | 1000 |
Color Harmonies of #0D1B10
Complementary color
Monochromatic Colors of #0D1B10
Black with #0D1B10
Text Example
Text Example
White with #0D1B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1B10; }
p { color: rgb(13,27,16); }
H1.HeaderClassName
{
color: #0D1B10;
}
.AnyTagClassName
{
color: #0D1B10;
}
</style>
background-color css
<style>
a { background-color: #0D1B10; }
a { background-color: rgb(13,27,16); }
div.DivClassName
{
background-color: #0D1B10;
}
.BgClassName
{
background-color: #0D1B10;
}
</style>
border-color css
<style>
span { border-color: #0D1B10; }
span { border-color: rgb(13,27,16); }
td.TdClassName
{
border-color: #0D1B10;
}
.TagClassName
{
border-color: #0D1B10;
}
</style>