Shades of Black Bean #121C15
Tints of Black Bean #121C15
RGB
CMYK
RGB Variations
Color information
#121C15 (or 0x121C15) is known color: Black Bean. HEX triplet: 12, 1C and 15. RGB value is (18,28,21). Sum of RGB (Red+Green+Blue) = 18+28+21=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 21 (8.59% from 255 or 31.34% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #121C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121C15 is #EDE3EA. Grayscale: #181818. Windows color (decimal): -15590379 or 1383442. OLE color: 1383442.
HSL color Cylindrical-coordinate representation of color #121C15: hue angle of 138º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121C15 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 28 | 21 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.89 |
| HSL | 138º | 0.22% | 0.09% | - |
| HSV(B) | 138º | 0.36% | 0.11% | - |
| XYZ | 0.8 | 1.01 | 0.86 | - |
| YUV | 24.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 21 | 0.36 | 0 | 0.25 | 0.89 | 138 | 0.22 | 0.09 |
| Hex | 12 | 1C | 15 | 24 | 0 | 19 | 59 | 8A | 16 | 9 |
| Octal | 22 | 34 | 25 | 44 | 0 | 31 | 131 | 212 | 26 | 11 |
| Binary | 10010 | 11100 | 10101 | 100100 | 0 | 11001 | 1011001 | 10001010 | 10110 | 1001 |
Color Harmonies of #121C15
Complementary color
Monochromatic Colors of #121C15
Black with #121C15
Text Example
Text Example
White with #121C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C15; }
p { color: rgb(18,28,21); }
H1.HeaderClassName
{
color: #121C15;
}
.AnyTagClassName
{
color: #121C15;
}
</style>
background-color css
<style>
a { background-color: #121C15; }
a { background-color: rgb(18,28,21); }
div.DivClassName
{
background-color: #121C15;
}
.BgClassName
{
background-color: #121C15;
}
</style>
border-color css
<style>
span { border-color: #121C15; }
span { border-color: rgb(18,28,21); }
td.TdClassName
{
border-color: #121C15;
}
.TagClassName
{
border-color: #121C15;
}
</style>