Shades of Black Bean #0D2112
Tints of Black Bean #0D2112
RGB
CMYK
RGB Variations
Color information
#0D2112 (or 0x0D2112) is known color: Black Bean. HEX triplet: 0D, 21 and 12. RGB value is (13,33,18). Sum of RGB (Red+Green+Blue) = 13+33+18=64 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.31% from 64); Green value is 33 (13.28% from 255 or 51.56% from 64); Blue value is 18 (7.42% from 255 or 28.12% from 64); Max value from RGB is 33 - color contains mainly: green. Hex color #0D2112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2112 is #F2DEED. Grayscale: #191919. Windows color (decimal): -15916782 or 1188109. OLE color: 1188109.
HSL color Cylindrical-coordinate representation of color #0D2112: hue angle of 135º degrees, saturation: 0.43, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0D2112 is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 13 | 33 | 18 | - |
| CMYK | 0.61 | 0 | 0.45 | 0.87 |
| HSL | 135º | 0.43% | 0.09% | - |
| HSV(B) | 135º | 0.61% | 0.13% | - |
| XYZ | 0.82 | 1.22 | 0.76 | - |
| YUV | 25.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 18 | 0.61 | 0 | 0.45 | 0.87 | 135 | 0.43 | 0.09 |
| Hex | D | 21 | 12 | 3D | 0 | 2D | 57 | 87 | 2B | 9 |
| Octal | 15 | 41 | 22 | 75 | 0 | 55 | 127 | 207 | 53 | 11 |
| Binary | 1101 | 100001 | 10010 | 111101 | 0 | 101101 | 1010111 | 10000111 | 101011 | 1001 |
Color Harmonies of #0D2112
Complementary color
Monochromatic Colors of #0D2112
Black with #0D2112
Text Example
Text Example
White with #0D2112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2112; }
p { color: rgb(13,33,18); }
H1.HeaderClassName
{
color: #0D2112;
}
.AnyTagClassName
{
color: #0D2112;
}
</style>
background-color css
<style>
a { background-color: #0D2112; }
a { background-color: rgb(13,33,18); }
div.DivClassName
{
background-color: #0D2112;
}
.BgClassName
{
background-color: #0D2112;
}
</style>
border-color css
<style>
span { border-color: #0D2112; }
span { border-color: rgb(13,33,18); }
td.TdClassName
{
border-color: #0D2112;
}
.TagClassName
{
border-color: #0D2112;
}
</style>