Shades of Black Bean #0C170F
Tints of Black Bean #0C170F
RGB
CMYK
RGB Variations
Color information
#0C170F (or 0x0C170F) is known color: Black Bean. HEX triplet: 0C, 17 and 0F. RGB value is (12,23,15). Sum of RGB (Red+Green+Blue) = 12+23+15=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 15 (6.25% from 255 or 30% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #0C170F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C170F is #F3E8F0. Grayscale: #121212. Windows color (decimal): -15984881 or 988940. OLE color: 988940.
HSL color Cylindrical-coordinate representation of color #0C170F: hue angle of 136.36º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0C170F is Cyan = 0.48, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 23 | 15 | - |
| CMYK | 0.48 | 0 | 0.35 | 0.91 |
| HSL | 136.36º | 0.31% | 0.07% | - |
| HSV(B) | 136.36º | 0.48% | 0.09% | - |
| XYZ | 0.54 | 0.73 | 0.56 | - |
| YUV | 18.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 15 | 0.48 | 0 | 0.35 | 0.91 | 136.36 | 0.31 | 0.07 |
| Hex | C | 17 | F | 30 | 0 | 23 | 5B | 88 | 1F | 7 |
| Octal | 14 | 27 | 17 | 60 | 0 | 43 | 133 | 210 | 37 | 7 |
| Binary | 1100 | 10111 | 1111 | 110000 | 0 | 100011 | 1011011 | 10001000 | 11111 | 111 |
Color Harmonies of #0C170F
Complementary color
Monochromatic Colors of #0C170F
Black with #0C170F
Text Example
Text Example
White with #0C170F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C170F; }
p { color: rgb(12,23,15); }
H1.HeaderClassName
{
color: #0C170F;
}
.AnyTagClassName
{
color: #0C170F;
}
</style>
background-color css
<style>
a { background-color: #0C170F; }
a { background-color: rgb(12,23,15); }
div.DivClassName
{
background-color: #0C170F;
}
.BgClassName
{
background-color: #0C170F;
}
</style>
border-color css
<style>
span { border-color: #0C170F; }
span { border-color: rgb(12,23,15); }
td.TdClassName
{
border-color: #0C170F;
}
.TagClassName
{
border-color: #0C170F;
}
</style>