Shades of Black Bean #121F17
Tints of Black Bean #121F17
RGB
CMYK
RGB Variations
Color information
#121F17 (or 0x121F17) is known color: Black Bean. HEX triplet: 12, 1F and 17. RGB value is (18,31,23). Sum of RGB (Red+Green+Blue) = 18+31+23=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 31 (12.5% from 255 or 43.06% from 72); Blue value is 23 (9.38% from 255 or 31.94% from 72); Max value from RGB is 31 - color contains mainly: green. Hex color #121F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F17 is #EDE0E8. Grayscale: #1A1A1A. Windows color (decimal): -15589609 or 1515282. OLE color: 1515282.
HSL color Cylindrical-coordinate representation of color #121F17: hue angle of 143.08º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #121F17 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 23 | - |
| CMYK | 0.42 | 0 | 0.26 | 0.88 |
| HSL | 143.08º | 0.27% | 0.1% | - |
| HSV(B) | 143.08º | 0.42% | 0.12% | - |
| XYZ | 0.89 | 1.17 | 0.99 | - |
| YUV | 26.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 23 | 0.42 | 0 | 0.26 | 0.88 | 143.08 | 0.27 | 0.1 |
| Hex | 12 | 1F | 17 | 2A | 0 | 1A | 58 | 8F | 1B | A |
| Octal | 22 | 37 | 27 | 52 | 0 | 32 | 130 | 217 | 33 | 12 |
| Binary | 10010 | 11111 | 10111 | 101010 | 0 | 11010 | 1011000 | 10001111 | 11011 | 1010 |
Color Harmonies of #121F17
Complementary color
Monochromatic Colors of #121F17
Black with #121F17
Text Example
Text Example
White with #121F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F17; }
p { color: rgb(18,31,23); }
H1.HeaderClassName
{
color: #121F17;
}
.AnyTagClassName
{
color: #121F17;
}
</style>
background-color css
<style>
a { background-color: #121F17; }
a { background-color: rgb(18,31,23); }
div.DivClassName
{
background-color: #121F17;
}
.BgClassName
{
background-color: #121F17;
}
</style>
border-color css
<style>
span { border-color: #121F17; }
span { border-color: rgb(18,31,23); }
td.TdClassName
{
border-color: #121F17;
}
.TagClassName
{
border-color: #121F17;
}
</style>