Shades of Black Bean #0D180F
Tints of Black Bean #0D180F
RGB
CMYK
RGB Variations
Color information
#0D180F (or 0x0D180F) is known color: Black Bean. HEX triplet: 0D, 18 and 0F. RGB value is (13,24,15). Sum of RGB (Red+Green+Blue) = 13+24+15=52 (6% of max value = 765). Red value is 13 (5.47% from 255 or 25% from 52); Green value is 24 (9.77% from 255 or 46.15% from 52); Blue value is 15 (6.25% from 255 or 28.85% from 52); Max value from RGB is 24 - color contains mainly: green. Hex color #0D180F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D180F is #F2E7F0. Grayscale: #131313. Windows color (decimal): -15919089 or 989197. OLE color: 989197.
HSL color Cylindrical-coordinate representation of color #0D180F: hue angle of 130.91º degrees, saturation: 0.3, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #0D180F is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 24 | 15 | - |
| CMYK | 0.46 | 0 | 0.37 | 0.91 |
| HSL | 130.91º | 0.3% | 0.07% | - |
| HSV(B) | 130.91º | 0.46% | 0.09% | - |
| XYZ | 0.58 | 0.77 | 0.57 | - |
| YUV | 19.69 | 125.36 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 15 | 0.46 | 0 | 0.37 | 0.91 | 130.91 | 0.3 | 0.07 |
| Hex | D | 18 | F | 2E | 0 | 25 | 5B | 83 | 1E | 7 |
| Octal | 15 | 30 | 17 | 56 | 0 | 45 | 133 | 203 | 36 | 7 |
| Binary | 1101 | 11000 | 1111 | 101110 | 0 | 100101 | 1011011 | 10000011 | 11110 | 111 |
Color Harmonies of #0D180F
Complementary color
Monochromatic Colors of #0D180F
Black with #0D180F
Text Example
Text Example
White with #0D180F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D180F; }
p { color: rgb(13,24,15); }
H1.HeaderClassName
{
color: #0D180F;
}
.AnyTagClassName
{
color: #0D180F;
}
</style>
background-color css
<style>
a { background-color: #0D180F; }
a { background-color: rgb(13,24,15); }
div.DivClassName
{
background-color: #0D180F;
}
.BgClassName
{
background-color: #0D180F;
}
</style>
border-color css
<style>
span { border-color: #0D180F; }
span { border-color: rgb(13,24,15); }
td.TdClassName
{
border-color: #0D180F;
}
.TagClassName
{
border-color: #0D180F;
}
</style>