Shades of Black Bean #0D1F12
Tints of Black Bean #0D1F12
RGB
CMYK
RGB Variations
Color information
#0D1F12 (or 0x0D1F12) is known color: Black Bean. HEX triplet: 0D, 1F and 12. RGB value is (13,31,18). Sum of RGB (Red+Green+Blue) = 13+31+18=62 (8% of max value = 765). Red value is 13 (5.47% from 255 or 20.97% from 62); Green value is 31 (12.5% from 255 or 50% from 62); Blue value is 18 (7.42% from 255 or 29.03% from 62); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F12 is #F2E0ED. Grayscale: #181818. Windows color (decimal): -15917294 or 1187597. OLE color: 1187597.
HSL color Cylindrical-coordinate representation of color #0D1F12: hue angle of 136.67º degrees, saturation: 0.41, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0D1F12 is Cyan = 0.58, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 31 | 18 | - |
| CMYK | 0.58 | 0 | 0.42 | 0.88 |
| HSL | 136.67º | 0.41% | 0.09% | - |
| HSV(B) | 136.67º | 0.58% | 0.12% | - |
| XYZ | 0.77 | 1.11 | 0.75 | - |
| YUV | 24.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 18 | 0.58 | 0 | 0.42 | 0.88 | 136.67 | 0.41 | 0.09 |
| Hex | D | 1F | 12 | 3A | 0 | 2A | 58 | 89 | 29 | 9 |
| Octal | 15 | 37 | 22 | 72 | 0 | 52 | 130 | 211 | 51 | 11 |
| Binary | 1101 | 11111 | 10010 | 111010 | 0 | 101010 | 1011000 | 10001001 | 101001 | 1001 |
Color Harmonies of #0D1F12
Complementary color
Monochromatic Colors of #0D1F12
Black with #0D1F12
Text Example
Text Example
White with #0D1F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F12; }
p { color: rgb(13,31,18); }
H1.HeaderClassName
{
color: #0D1F12;
}
.AnyTagClassName
{
color: #0D1F12;
}
</style>
background-color css
<style>
a { background-color: #0D1F12; }
a { background-color: rgb(13,31,18); }
div.DivClassName
{
background-color: #0D1F12;
}
.BgClassName
{
background-color: #0D1F12;
}
</style>
border-color css
<style>
span { border-color: #0D1F12; }
span { border-color: rgb(13,31,18); }
td.TdClassName
{
border-color: #0D1F12;
}
.TagClassName
{
border-color: #0D1F12;
}
</style>