Shades of Black Bean #0D190F
Tints of Black Bean #0D190F
RGB
CMYK
RGB Variations
Color information
#0D190F (or 0x0D190F) is known color: Black Bean. HEX triplet: 0D, 19 and 0F. RGB value is (13,25,15). Sum of RGB (Red+Green+Blue) = 13+25+15=53 (7% of max value = 765). Red value is 13 (5.47% from 255 or 24.53% from 53); Green value is 25 (10.16% from 255 or 47.17% from 53); Blue value is 15 (6.25% from 255 or 28.30% from 53); Max value from RGB is 25 - color contains mainly: green. Hex color #0D190F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D190F is #F2E6F0. Grayscale: #141414. Windows color (decimal): -15918833 or 989453. OLE color: 989453.
HSL color Cylindrical-coordinate representation of color #0D190F: hue angle of 130º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D190F is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 25 | 15 | - |
| CMYK | 0.48 | 0 | 0.40 | 0.90 |
| HSL | 130º | 0.32% | 0.07% | - |
| HSV(B) | 130º | 0.48% | 0.1% | - |
| XYZ | 0.6 | 0.82 | 0.58 | - |
| YUV | 20.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 15 | 0.48 | 0 | 0.40 | 0.90 | 130 | 0.32 | 0.07 |
| Hex | D | 19 | F | 30 | 0 | 28 | 5A | 82 | 20 | 7 |
| Octal | 15 | 31 | 17 | 60 | 0 | 50 | 132 | 202 | 40 | 7 |
| Binary | 1101 | 11001 | 1111 | 110000 | 0 | 101000 | 1011010 | 10000010 | 100000 | 111 |
Color Harmonies of #0D190F
Complementary color
Monochromatic Colors of #0D190F
Black with #0D190F
Text Example
Text Example
White with #0D190F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D190F; }
p { color: rgb(13,25,15); }
H1.HeaderClassName
{
color: #0D190F;
}
.AnyTagClassName
{
color: #0D190F;
}
</style>
background-color css
<style>
a { background-color: #0D190F; }
a { background-color: rgb(13,25,15); }
div.DivClassName
{
background-color: #0D190F;
}
.BgClassName
{
background-color: #0D190F;
}
</style>
border-color css
<style>
span { border-color: #0D190F; }
span { border-color: rgb(13,25,15); }
td.TdClassName
{
border-color: #0D190F;
}
.TagClassName
{
border-color: #0D190F;
}
</style>