Shades of Black Bean #0C1B0F
Tints of Black Bean #0C1B0F
RGB
CMYK
RGB Variations
Color information
#0C1B0F (or 0x0C1B0F) is known color: Black Bean. HEX triplet: 0C, 1B and 0F. RGB value is (12,27,15). Sum of RGB (Red+Green+Blue) = 12+27+15=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 27 (10.94% from 255 or 50% from 54); Blue value is 15 (6.25% from 255 or 27.78% from 54); Max value from RGB is 27 - color contains mainly: green. Hex color #0C1B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1B0F is #F3E4F0. Grayscale: #151515. Windows color (decimal): -15983857 or 989964. OLE color: 989964.
HSL color Cylindrical-coordinate representation of color #0C1B0F: hue angle of 132º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0C1B0F is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 27 | 15 | - |
| CMYK | 0.56 | 0 | 0.44 | 0.89 |
| HSL | 132º | 0.38% | 0.08% | - |
| HSV(B) | 132º | 0.56% | 0.11% | - |
| XYZ | 0.63 | 0.9 | 0.59 | - |
| YUV | 21.15 | 124.53 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 27 | 15 | 0.56 | 0 | 0.44 | 0.89 | 132 | 0.38 | 0.08 |
| Hex | C | 1B | F | 38 | 0 | 2C | 59 | 84 | 26 | 8 |
| Octal | 14 | 33 | 17 | 70 | 0 | 54 | 131 | 204 | 46 | 10 |
| Binary | 1100 | 11011 | 1111 | 111000 | 0 | 101100 | 1011001 | 10000100 | 100110 | 1000 |
Color Harmonies of #0C1B0F
Complementary color
Monochromatic Colors of #0C1B0F
Black with #0C1B0F
Text Example
Text Example
White with #0C1B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1B0F; }
p { color: rgb(12,27,15); }
H1.HeaderClassName
{
color: #0C1B0F;
}
.AnyTagClassName
{
color: #0C1B0F;
}
</style>
background-color css
<style>
a { background-color: #0C1B0F; }
a { background-color: rgb(12,27,15); }
div.DivClassName
{
background-color: #0C1B0F;
}
.BgClassName
{
background-color: #0C1B0F;
}
</style>
border-color css
<style>
span { border-color: #0C1B0F; }
span { border-color: rgb(12,27,15); }
td.TdClassName
{
border-color: #0C1B0F;
}
.TagClassName
{
border-color: #0C1B0F;
}
</style>