Shades of Black Bean #0C110C
Tints of Black Bean #0C110C
RGB
CMYK
RGB Variations
Color information
#0C110C (or 0x0C110C) is known color: Black Bean. HEX triplet: 0C, 11 and 0C. RGB value is (12,17,12). Sum of RGB (Red+Green+Blue) = 12+17+12=41 (5% of max value = 765). Red value is 12 (5.08% from 255 or 29.27% from 41); Green value is 17 (7.03% from 255 or 41.46% from 41); Blue value is 12 (5.08% from 255 or 29.27% from 41); Max value from RGB is 17 - color contains mainly: green. Hex color #0C110C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C110C is #F3EEF3. Grayscale: #0E0E0E. Windows color (decimal): -15986420 or 790796. OLE color: 790796.
HSL color Cylindrical-coordinate representation of color #0C110C: hue angle of 120º degrees, saturation: 0.17, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #0C110C is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.93.
Color convert
RGB | 12 | 17 | 12 | - |
CMYK | 0.29 | 0 | 0.29 | 0.93 |
HSL | 120º | 0.17% | 0.06% | - |
HSV(B) | 120º | 0.29% | 0.07% | - |
XYZ | 0.42 | 0.51 | 0.42 | - |
YUV | 14.94 | 126.34 | 125.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 12 | 17 | 12 | 0.29 | 0 | 0.29 | 0.93 | 120 | 0.17 | 0.06 |
Hex | C | 11 | C | 1D | 0 | 1D | 5D | 78 | 11 | 6 |
Octal | 14 | 21 | 14 | 35 | 0 | 35 | 135 | 170 | 21 | 6 |
Binary | 1100 | 10001 | 1100 | 11101 | 0 | 11101 | 1011101 | 1111000 | 10001 | 110 |
Color Harmonies of #0C110C
Complementary color
Monochromatic Colors of #0C110C
Black with #0C110C
Text Example
Text Example
White with #0C110C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C110C; }
p { color: rgb(12,17,12); }
H1.HeaderClassName
{
color: #0C110C;
}
.AnyTagClassName
{
color: #0C110C;
}
</style>
background-color css
<style>
a { background-color: #0C110C; }
a { background-color: rgb(12,17,12); }
div.DivClassName
{
background-color: #0C110C;
}
.BgClassName
{
background-color: #0C110C;
}
</style>
border-color css
<style>
span { border-color: #0C110C; }
span { border-color: rgb(12,17,12); }
td.TdClassName
{
border-color: #0C110C;
}
.TagClassName
{
border-color: #0C110C;
}
</style>