Shades of Black Bean #141F17
Tints of Black Bean #141F17
RGB
CMYK
RGB Variations
Color information
#141F17 (or 0x141F17) is known color: Black Bean. HEX triplet: 14, 1F and 17. RGB value is (20,31,23). Sum of RGB (Red+Green+Blue) = 20+31+23=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 31 (12.5% from 255 or 41.89% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 31 - color contains mainly: green. Hex color #141F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141F17 is #EBE0E8. Grayscale: #1A1A1A. Windows color (decimal): -15458537 or 1515284. OLE color: 1515284.
HSL color Cylindrical-coordinate representation of color #141F17: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #141F17 is Cyan = 0.35, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 20 | 31 | 23 | - |
| CMYK | 0.35 | 0 | 0.26 | 0.88 |
| HSL | 136.36º | 0.22% | 0.1% | - |
| HSV(B) | 136.36º | 0.35% | 0.12% | - |
| XYZ | 0.93 | 1.19 | 0.99 | - |
| YUV | 26.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 31 | 23 | 0.35 | 0 | 0.26 | 0.88 | 136.36 | 0.22 | 0.1 |
| Hex | 14 | 1F | 17 | 23 | 0 | 1A | 58 | 88 | 16 | A |
| Octal | 24 | 37 | 27 | 43 | 0 | 32 | 130 | 210 | 26 | 12 |
| Binary | 10100 | 11111 | 10111 | 100011 | 0 | 11010 | 1011000 | 10001000 | 10110 | 1010 |
Color Harmonies of #141F17
Complementary color
Monochromatic Colors of #141F17
Black with #141F17
Text Example
Text Example
White with #141F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141F17; }
p { color: rgb(20,31,23); }
H1.HeaderClassName
{
color: #141F17;
}
.AnyTagClassName
{
color: #141F17;
}
</style>
background-color css
<style>
a { background-color: #141F17; }
a { background-color: rgb(20,31,23); }
div.DivClassName
{
background-color: #141F17;
}
.BgClassName
{
background-color: #141F17;
}
</style>
border-color css
<style>
span { border-color: #141F17; }
span { border-color: rgb(20,31,23); }
td.TdClassName
{
border-color: #141F17;
}
.TagClassName
{
border-color: #141F17;
}
</style>