Shades of Black Bean #0C190C
Tints of Black Bean #0C190C
RGB
CMYK
RGB Variations
Color information
#0C190C (or 0x0C190C) is known color: Black Bean. HEX triplet: 0C, 19 and 0C. RGB value is (12,25,12). Sum of RGB (Red+Green+Blue) = 12+25+12=49 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24.49% from 49); Green value is 25 (10.16% from 255 or 51.02% from 49); Blue value is 12 (5.08% from 255 or 24.49% from 49); Max value from RGB is 25 - color contains mainly: green. Hex color #0C190C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C190C is #F3E6F3. Grayscale: #131313. Windows color (decimal): -15984372 or 792844. OLE color: 792844.
HSL color Cylindrical-coordinate representation of color #0C190C: hue angle of 120º 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 #0C190C is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 12 | 25 | 12 | - |
| CMYK | 0.52 | 0 | 0.52 | 0.90 |
| HSL | 120º | 0.35% | 0.07% | - |
| HSV(B) | 120º | 0.52% | 0.1% | - |
| XYZ | 0.57 | 0.8 | 0.47 | - |
| YUV | 19.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 25 | 12 | 0.52 | 0 | 0.52 | 0.90 | 120 | 0.35 | 0.07 |
| Hex | C | 19 | C | 34 | 0 | 34 | 5A | 78 | 23 | 7 |
| Octal | 14 | 31 | 14 | 64 | 0 | 64 | 132 | 170 | 43 | 7 |
| Binary | 1100 | 11001 | 1100 | 110100 | 0 | 110100 | 1011010 | 1111000 | 100011 | 111 |
Color Harmonies of #0C190C
Complementary color
Monochromatic Colors of #0C190C
Black with #0C190C
Text Example
Text Example
White with #0C190C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C190C; }
p { color: rgb(12,25,12); }
H1.HeaderClassName
{
color: #0C190C;
}
.AnyTagClassName
{
color: #0C190C;
}
</style>
background-color css
<style>
a { background-color: #0C190C; }
a { background-color: rgb(12,25,12); }
div.DivClassName
{
background-color: #0C190C;
}
.BgClassName
{
background-color: #0C190C;
}
</style>
border-color css
<style>
span { border-color: #0C190C; }
span { border-color: rgb(12,25,12); }
td.TdClassName
{
border-color: #0C190C;
}
.TagClassName
{
border-color: #0C190C;
}
</style>