Shades of Black Bean #142F17
Tints of Black Bean #142F17
RGB
CMYK
RGB Variations
Color information
#142F17 (or 0x142F17) is known color: Black Bean. HEX triplet: 14, 2F and 17. RGB value is (20,47,23). Sum of RGB (Red+Green+Blue) = 20+47+23=90 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.22% from 90); Green value is 47 (18.75% from 255 or 52.22% from 90); Blue value is 23 (9.38% from 255 or 25.56% from 90); Max value from RGB is 47 - color contains mainly: green. Hex color #142F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142F17 is #EBD0E8. Grayscale: #242424. Windows color (decimal): -15454441 or 1519380. OLE color: 1519380.
HSL color Cylindrical-coordinate representation of color #142F17: hue angle of 126.67º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #142F17 is Cyan = 0.57, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 20 | 47 | 23 | - |
| CMYK | 0.57 | 0 | 0.51 | 0.82 |
| HSL | 126.67º | 0.4% | 0.13% | - |
| HSV(B) | 126.67º | 0.57% | 0.18% | - |
| XYZ | 1.46 | 2.24 | 1.17 | - |
| YUV | 36.19 | 120.55 | 116.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 23 | 0.57 | 0 | 0.51 | 0.82 | 126.67 | 0.4 | 0.13 |
| Hex | 14 | 2F | 17 | 39 | 0 | 33 | 52 | 7F | 28 | D |
| Octal | 24 | 57 | 27 | 71 | 0 | 63 | 122 | 177 | 50 | 15 |
| Binary | 10100 | 101111 | 10111 | 111001 | 0 | 110011 | 1010010 | 1111111 | 101000 | 1101 |
Color Harmonies of #142F17
Complementary color
Monochromatic Colors of #142F17
Black with #142F17
Text Example
Text Example
White with #142F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F17; }
p { color: rgb(20,47,23); }
H1.HeaderClassName
{
color: #142F17;
}
.AnyTagClassName
{
color: #142F17;
}
</style>
background-color css
<style>
a { background-color: #142F17; }
a { background-color: rgb(20,47,23); }
div.DivClassName
{
background-color: #142F17;
}
.BgClassName
{
background-color: #142F17;
}
</style>
border-color css
<style>
span { border-color: #142F17; }
span { border-color: rgb(20,47,23); }
td.TdClassName
{
border-color: #142F17;
}
.TagClassName
{
border-color: #142F17;
}
</style>