Shades of Black Bean #0D2313
Tints of Black Bean #0D2313
RGB
CMYK
RGB Variations
Color information
#0D2313 (or 0x0D2313) is known color: Black Bean. HEX triplet: 0D, 23 and 13. RGB value is (13,35,19). Sum of RGB (Red+Green+Blue) = 13+35+19=67 (8% of max value = 765). Red value is 13 (5.47% from 255 or 19.40% from 67); Green value is 35 (14.06% from 255 or 52.24% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 35 - color contains mainly: green. Hex color #0D2313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D2313 is #F2DCEC. Grayscale: #1A1A1A. Windows color (decimal): -15916269 or 1254157. OLE color: 1254157.
HSL color Cylindrical-coordinate representation of color #0D2313: hue angle of 136.36º degrees, saturation: 0.46, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #0D2313 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 13 | 35 | 19 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.86 |
| HSL | 136.36º | 0.46% | 0.09% | - |
| HSV(B) | 136.36º | 0.63% | 0.14% | - |
| XYZ | 0.88 | 1.33 | 0.83 | - |
| YUV | 26.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 19 | 0.63 | 0 | 0.46 | 0.86 | 136.36 | 0.46 | 0.09 |
| Hex | D | 23 | 13 | 3F | 0 | 2E | 56 | 88 | 2E | 9 |
| Octal | 15 | 43 | 23 | 77 | 0 | 56 | 126 | 210 | 56 | 11 |
| Binary | 1101 | 100011 | 10011 | 111111 | 0 | 101110 | 1010110 | 10001000 | 101110 | 1001 |
Color Harmonies of #0D2313
Complementary color
Monochromatic Colors of #0D2313
Black with #0D2313
Text Example
Text Example
White with #0D2313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2313; }
p { color: rgb(13,35,19); }
H1.HeaderClassName
{
color: #0D2313;
}
.AnyTagClassName
{
color: #0D2313;
}
</style>
background-color css
<style>
a { background-color: #0D2313; }
a { background-color: rgb(13,35,19); }
div.DivClassName
{
background-color: #0D2313;
}
.BgClassName
{
background-color: #0D2313;
}
</style>
border-color css
<style>
span { border-color: #0D2313; }
span { border-color: rgb(13,35,19); }
td.TdClassName
{
border-color: #0D2313;
}
.TagClassName
{
border-color: #0D2313;
}
</style>