Shades of Black Bean #0C250D
Tints of Black Bean #0C250D
RGB
CMYK
RGB Variations
Color information
#0C250D (or 0x0C250D) is known color: Black Bean. HEX triplet: 0C, 25 and 0D. RGB value is (12,37,13). Sum of RGB (Red+Green+Blue) = 12+37+13=62 (8% of max value = 765). Red value is 12 (5.08% from 255 or 19.35% from 62); Green value is 37 (14.84% from 255 or 59.68% from 62); Blue value is 13 (5.47% from 255 or 20.97% from 62); Max value from RGB is 37 - color contains mainly: green. Hex color #0C250D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C250D is #F3DAF2. Grayscale: #1A1A1A. Windows color (decimal): -15981299 or 861452. OLE color: 861452.
HSL color Cylindrical-coordinate representation of color #0C250D: hue angle of 122.4º degrees, saturation: 0.51, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0C250D is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 12 | 37 | 13 | - |
| CMYK | 0.68 | 0 | 0.65 | 0.85 |
| HSL | 122.4º | 0.51% | 0.1% | - |
| HSV(B) | 122.4º | 0.68% | 0.15% | - |
| XYZ | 0.89 | 1.43 | 0.61 | - |
| YUV | 26.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 37 | 13 | 0.68 | 0 | 0.65 | 0.85 | 122.4 | 0.51 | 0.1 |
| Hex | C | 25 | D | 44 | 0 | 41 | 55 | 7A | 33 | A |
| Octal | 14 | 45 | 15 | 104 | 0 | 101 | 125 | 172 | 63 | 12 |
| Binary | 1100 | 100101 | 1101 | 1000100 | 0 | 1000001 | 1010101 | 1111010 | 110011 | 1010 |
Color Harmonies of #0C250D
Complementary color
Monochromatic Colors of #0C250D
Black with #0C250D
Text Example
Text Example
White with #0C250D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C250D; }
p { color: rgb(12,37,13); }
H1.HeaderClassName
{
color: #0C250D;
}
.AnyTagClassName
{
color: #0C250D;
}
</style>
background-color css
<style>
a { background-color: #0C250D; }
a { background-color: rgb(12,37,13); }
div.DivClassName
{
background-color: #0C250D;
}
.BgClassName
{
background-color: #0C250D;
}
</style>
border-color css
<style>
span { border-color: #0C250D; }
span { border-color: rgb(12,37,13); }
td.TdClassName
{
border-color: #0C250D;
}
.TagClassName
{
border-color: #0C250D;
}
</style>