Shades of Black Bean #0C200D
Tints of Black Bean #0C200D
RGB
CMYK
RGB Variations
Color information
#0C200D (or 0x0C200D) is known color: Black Bean. HEX triplet: 0C, 20 and 0D. RGB value is (12,32,13). Sum of RGB (Red+Green+Blue) = 12+32+13=57 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.05% from 57); Green value is 32 (12.89% from 255 or 56.14% from 57); Blue value is 13 (5.47% from 255 or 22.81% from 57); Max value from RGB is 32 - color contains mainly: green. Hex color #0C200D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C200D is #F3DFF2. Grayscale: #171717. Windows color (decimal): -15982579 or 860172. OLE color: 860172.
HSL color Cylindrical-coordinate representation of color #0C200D: hue angle of 123º degrees, saturation: 0.45, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #0C200D is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 32 | 13 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.87 |
| HSL | 123º | 0.45% | 0.09% | - |
| HSV(B) | 123º | 0.63% | 0.13% | - |
| XYZ | 0.74 | 1.14 | 0.56 | - |
| YUV | 23.85 | 121.87 | 119.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 32 | 13 | 0.63 | 0 | 0.59 | 0.87 | 123 | 0.45 | 0.09 |
| Hex | C | 20 | D | 3F | 0 | 3B | 57 | 7B | 2D | 9 |
| Octal | 14 | 40 | 15 | 77 | 0 | 73 | 127 | 173 | 55 | 11 |
| Binary | 1100 | 100000 | 1101 | 111111 | 0 | 111011 | 1010111 | 1111011 | 101101 | 1001 |
Color Harmonies of #0C200D
Complementary color
Monochromatic Colors of #0C200D
Black with #0C200D
Text Example
Text Example
White with #0C200D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C200D; }
p { color: rgb(12,32,13); }
H1.HeaderClassName
{
color: #0C200D;
}
.AnyTagClassName
{
color: #0C200D;
}
</style>
background-color css
<style>
a { background-color: #0C200D; }
a { background-color: rgb(12,32,13); }
div.DivClassName
{
background-color: #0C200D;
}
.BgClassName
{
background-color: #0C200D;
}
</style>
border-color css
<style>
span { border-color: #0C200D; }
span { border-color: rgb(12,32,13); }
td.TdClassName
{
border-color: #0C200D;
}
.TagClassName
{
border-color: #0C200D;
}
</style>