Shades of Black Bean #121F12
Tints of Black Bean #121F12
RGB
CMYK
RGB Variations
Color information
#121F12 (or 0x121F12) is known color: Black Bean. HEX triplet: 12, 1F and 12. RGB value is (18,31,18). Sum of RGB (Red+Green+Blue) = 18+31+18=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 31 (12.5% from 255 or 46.27% from 67); Blue value is 18 (7.42% from 255 or 26.87% from 67); Max value from RGB is 31 - color contains mainly: green. Hex color #121F12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F12 is #EDE0ED. Grayscale: #191919. Windows color (decimal): -15589614 or 1187602. OLE color: 1187602.
HSL color Cylindrical-coordinate representation of color #121F12: hue angle of 120º 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 #121F12 is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 18 | - |
| CMYK | 0.42 | 0 | 0.42 | 0.88 |
| HSL | 120º | 0.27% | 0.1% | - |
| HSV(B) | 120º | 0.42% | 0.12% | - |
| XYZ | 0.85 | 1.15 | 0.75 | - |
| YUV | 25.63 | 123.69 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 18 | 0.42 | 0 | 0.42 | 0.88 | 120 | 0.27 | 0.1 |
| Hex | 12 | 1F | 12 | 2A | 0 | 2A | 58 | 78 | 1B | A |
| Octal | 22 | 37 | 22 | 52 | 0 | 52 | 130 | 170 | 33 | 12 |
| Binary | 10010 | 11111 | 10010 | 101010 | 0 | 101010 | 1011000 | 1111000 | 11011 | 1010 |
Color Harmonies of #121F12
Complementary color
Monochromatic Colors of #121F12
Black with #121F12
Text Example
Text Example
White with #121F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F12; }
p { color: rgb(18,31,18); }
H1.HeaderClassName
{
color: #121F12;
}
.AnyTagClassName
{
color: #121F12;
}
</style>
background-color css
<style>
a { background-color: #121F12; }
a { background-color: rgb(18,31,18); }
div.DivClassName
{
background-color: #121F12;
}
.BgClassName
{
background-color: #121F12;
}
</style>
border-color css
<style>
span { border-color: #121F12; }
span { border-color: rgb(18,31,18); }
td.TdClassName
{
border-color: #121F12;
}
.TagClassName
{
border-color: #121F12;
}
</style>