Shades of Black Bean #0D180D
Tints of Black Bean #0D180D
RGB
CMYK
RGB Variations
Color information
#0D180D (or 0x0D180D) is known color: Black Bean. HEX triplet: 0D, 18 and 0D. RGB value is (13,24,13). Sum of RGB (Red+Green+Blue) = 13+24+13=50 (6% of max value = 765). Red value is 13 (5.47% from 255 or 26% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 24 - color contains mainly: green. Hex color #0D180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D180D is #F2E7F2. Grayscale: #131313. Windows color (decimal): -15919091 or 858125. OLE color: 858125.
HSL color Cylindrical-coordinate representation of color #0D180D: hue angle of 120º 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 #0D180D is Cyan = 0.46, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 24 | 13 | - |
| CMYK | 0.46 | 0 | 0.46 | 0.91 |
| HSL | 120º | 0.3% | 0.07% | - |
| HSV(B) | 120º | 0.46% | 0.09% | - |
| XYZ | 0.57 | 0.77 | 0.5 | - |
| YUV | 19.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 24 | 13 | 0.46 | 0 | 0.46 | 0.91 | 120 | 0.3 | 0.07 |
| Hex | D | 18 | D | 2E | 0 | 2E | 5B | 78 | 1E | 7 |
| Octal | 15 | 30 | 15 | 56 | 0 | 56 | 133 | 170 | 36 | 7 |
| Binary | 1101 | 11000 | 1101 | 101110 | 0 | 101110 | 1011011 | 1111000 | 11110 | 111 |
Color Harmonies of #0D180D
Complementary color
Monochromatic Colors of #0D180D
Black with #0D180D
Text Example
Text Example
White with #0D180D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D180D; }
p { color: rgb(13,24,13); }
H1.HeaderClassName
{
color: #0D180D;
}
.AnyTagClassName
{
color: #0D180D;
}
</style>
background-color css
<style>
a { background-color: #0D180D; }
a { background-color: rgb(13,24,13); }
div.DivClassName
{
background-color: #0D180D;
}
.BgClassName
{
background-color: #0D180D;
}
</style>
border-color css
<style>
span { border-color: #0D180D; }
span { border-color: rgb(13,24,13); }
td.TdClassName
{
border-color: #0D180D;
}
.TagClassName
{
border-color: #0D180D;
}
</style>