Shades of Black Bean #0C190D
Tints of Black Bean #0C190D
RGB
CMYK
RGB Variations
Color information
#0C190D (or 0x0C190D) is known color: Black Bean. HEX triplet: 0C, 19 and 0D. RGB value is (12,25,13). Sum of RGB (Red+Green+Blue) = 12+25+13=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 25 (10.16% from 255 or 50% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 25 - color contains mainly: green. Hex color #0C190D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C190D is #F3E6F2. Grayscale: #131313. Windows color (decimal): -15984371 or 858380. OLE color: 858380.
HSL color Cylindrical-coordinate representation of color #0C190D: hue angle of 124.62º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C190D is Cyan = 0.52, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 25 | 13 | - |
| CMYK | 0.52 | 0 | 0.48 | 0.90 |
| HSL | 124.62º | 0.35% | 0.07% | - |
| HSV(B) | 124.62º | 0.52% | 0.1% | - |
| XYZ | 0.57 | 0.8 | 0.51 | - |
| YUV | 19.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 13 | 0.52 | 0 | 0.48 | 0.90 | 124.62 | 0.35 | 0.07 |
| Hex | C | 19 | D | 34 | 0 | 30 | 5A | 7D | 23 | 7 |
| Octal | 14 | 31 | 15 | 64 | 0 | 60 | 132 | 175 | 43 | 7 |
| Binary | 1100 | 11001 | 1101 | 110100 | 0 | 110000 | 1011010 | 1111101 | 100011 | 111 |
Color Harmonies of #0C190D
Complementary color
Monochromatic Colors of #0C190D
Black with #0C190D
Text Example
Text Example
White with #0C190D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C190D; }
p { color: rgb(12,25,13); }
H1.HeaderClassName
{
color: #0C190D;
}
.AnyTagClassName
{
color: #0C190D;
}
</style>
background-color css
<style>
a { background-color: #0C190D; }
a { background-color: rgb(12,25,13); }
div.DivClassName
{
background-color: #0C190D;
}
.BgClassName
{
background-color: #0C190D;
}
</style>
border-color css
<style>
span { border-color: #0C190D; }
span { border-color: rgb(12,25,13); }
td.TdClassName
{
border-color: #0C190D;
}
.TagClassName
{
border-color: #0C190D;
}
</style>