Shades of Black Bean #0C2311
Tints of Black Bean #0C2311
RGB
CMYK
RGB Variations
Color information
#0C2311 (or 0x0C2311) is known color: Black Bean. HEX triplet: 0C, 23 and 11. RGB value is (12,35,17). Sum of RGB (Red+Green+Blue) = 12+35+17=64 (8% of max value = 765). Red value is 12 (5.08% from 255 or 18.75% from 64); Green value is 35 (14.06% from 255 or 54.69% from 64); Blue value is 17 (7.03% from 255 or 26.56% from 64); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2311 is #F3DCEE. Grayscale: #1A1A1A. Windows color (decimal): -15981807 or 1123084. OLE color: 1123084.
HSL color Cylindrical-coordinate representation of color #0C2311: hue angle of 133.04º degrees, saturation: 0.49, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0C2311 is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 35 | 17 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.86 |
| HSL | 133.04º | 0.49% | 0.09% | - |
| HSV(B) | 133.04º | 0.66% | 0.14% | - |
| XYZ | 0.85 | 1.32 | 0.74 | - |
| YUV | 26.07 | 122.88 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 17 | 0.66 | 0 | 0.51 | 0.86 | 133.04 | 0.49 | 0.09 |
| Hex | C | 23 | 11 | 42 | 0 | 33 | 56 | 85 | 31 | 9 |
| Octal | 14 | 43 | 21 | 102 | 0 | 63 | 126 | 205 | 61 | 11 |
| Binary | 1100 | 100011 | 10001 | 1000010 | 0 | 110011 | 1010110 | 10000101 | 110001 | 1001 |
Color Harmonies of #0C2311
Complementary color
Monochromatic Colors of #0C2311
Black with #0C2311
Text Example
Text Example
White with #0C2311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2311; }
p { color: rgb(12,35,17); }
H1.HeaderClassName
{
color: #0C2311;
}
.AnyTagClassName
{
color: #0C2311;
}
</style>
background-color css
<style>
a { background-color: #0C2311; }
a { background-color: rgb(12,35,17); }
div.DivClassName
{
background-color: #0C2311;
}
.BgClassName
{
background-color: #0C2311;
}
</style>
border-color css
<style>
span { border-color: #0C2311; }
span { border-color: rgb(12,35,17); }
td.TdClassName
{
border-color: #0C2311;
}
.TagClassName
{
border-color: #0C2311;
}
</style>