Shades of Black Bean #121F13
Tints of Black Bean #121F13
RGB
CMYK
RGB Variations
Color information
#121F13 (or 0x121F13) is known color: Black Bean. HEX triplet: 12, 1F and 13. RGB value is (18,31,19). Sum of RGB (Red+Green+Blue) = 18+31+19=68 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.47% from 68); Green value is 31 (12.5% from 255 or 45.59% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 31 - color contains mainly: green. Hex color #121F13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #121F13 is #EDE0EC. Grayscale: #191919. Windows color (decimal): -15589613 or 1253138. OLE color: 1253138.
HSL color Cylindrical-coordinate representation of color #121F13: hue angle of 124.62º 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 #121F13 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 18 | 31 | 19 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.88 |
| HSL | 124.62º | 0.27% | 0.1% | - |
| HSV(B) | 124.62º | 0.42% | 0.12% | - |
| XYZ | 0.86 | 1.16 | 0.79 | - |
| YUV | 25.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 19 | 0.42 | 0 | 0.39 | 0.88 | 124.62 | 0.27 | 0.1 |
| Hex | 12 | 1F | 13 | 2A | 0 | 27 | 58 | 7D | 1B | A |
| Octal | 22 | 37 | 23 | 52 | 0 | 47 | 130 | 175 | 33 | 12 |
| Binary | 10010 | 11111 | 10011 | 101010 | 0 | 100111 | 1011000 | 1111101 | 11011 | 1010 |
Color Harmonies of #121F13
Complementary color
Monochromatic Colors of #121F13
Black with #121F13
Text Example
Text Example
White with #121F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F13; }
p { color: rgb(18,31,19); }
H1.HeaderClassName
{
color: #121F13;
}
.AnyTagClassName
{
color: #121F13;
}
</style>
background-color css
<style>
a { background-color: #121F13; }
a { background-color: rgb(18,31,19); }
div.DivClassName
{
background-color: #121F13;
}
.BgClassName
{
background-color: #121F13;
}
</style>
border-color css
<style>
span { border-color: #121F13; }
span { border-color: rgb(18,31,19); }
td.TdClassName
{
border-color: #121F13;
}
.TagClassName
{
border-color: #121F13;
}
</style>