Shades of Black Bean #0D1F10
Tints of Black Bean #0D1F10
RGB
CMYK
RGB Variations
Color information
#0D1F10 (or 0x0D1F10) is known color: Black Bean. HEX triplet: 0D, 1F and 10. RGB value is (13,31,16). Sum of RGB (Red+Green+Blue) = 13+31+16=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 31 (12.5% from 255 or 51.67% from 60); Blue value is 16 (6.64% from 255 or 26.67% from 60); Max value from RGB is 31 - color contains mainly: green. Hex color #0D1F10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D1F10 is #F2E0EF. Grayscale: #171717. Windows color (decimal): -15917296 or 1056525. OLE color: 1056525.
HSL color Cylindrical-coordinate representation of color #0D1F10: hue angle of 130º 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 #0D1F10 is Cyan = 0.58, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 13 | 31 | 16 | - |
| CMYK | 0.58 | 0 | 0.48 | 0.88 |
| HSL | 130º | 0.41% | 0.09% | - |
| HSV(B) | 130º | 0.58% | 0.12% | - |
| XYZ | 0.75 | 1.1 | 0.66 | - |
| YUV | 23.91 | 123.54 | 120.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 16 | 0.58 | 0 | 0.48 | 0.88 | 130 | 0.41 | 0.09 |
| Hex | D | 1F | 10 | 3A | 0 | 30 | 58 | 82 | 29 | 9 |
| Octal | 15 | 37 | 20 | 72 | 0 | 60 | 130 | 202 | 51 | 11 |
| Binary | 1101 | 11111 | 10000 | 111010 | 0 | 110000 | 1011000 | 10000010 | 101001 | 1001 |
Color Harmonies of #0D1F10
Complementary color
Monochromatic Colors of #0D1F10
Black with #0D1F10
Text Example
Text Example
White with #0D1F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F10; }
p { color: rgb(13,31,16); }
H1.HeaderClassName
{
color: #0D1F10;
}
.AnyTagClassName
{
color: #0D1F10;
}
</style>
background-color css
<style>
a { background-color: #0D1F10; }
a { background-color: rgb(13,31,16); }
div.DivClassName
{
background-color: #0D1F10;
}
.BgClassName
{
background-color: #0D1F10;
}
</style>
border-color css
<style>
span { border-color: #0D1F10; }
span { border-color: rgb(13,31,16); }
td.TdClassName
{
border-color: #0D1F10;
}
.TagClassName
{
border-color: #0D1F10;
}
</style>