Shades of Black Bean #14281A
Tints of Black Bean #14281A
RGB
CMYK
RGB Variations
Color information
#14281A (or 0x14281A) is known color: Black Bean. HEX triplet: 14, 28 and 1A. RGB value is (20,40,26). Sum of RGB (Red+Green+Blue) = 20+40+26=86 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.26% from 86); Green value is 40 (16.02% from 255 or 46.51% from 86); Blue value is 26 (10.55% from 255 or 30.23% from 86); Max value from RGB is 40 - color contains mainly: green. Hex color #14281A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14281A is #EBD7E5. Grayscale: #202020. Windows color (decimal): -15456230 or 1714196. OLE color: 1714196.
HSL color Cylindrical-coordinate representation of color #14281A: hue angle of 138º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #14281A is Cyan = 0.5, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 20 | 40 | 26 | - |
| CMYK | 0.5 | 0 | 0.35 | 0.84 |
| HSL | 138º | 0.33% | 0.12% | - |
| HSV(B) | 138º | 0.5% | 0.16% | - |
| XYZ | 1.23 | 1.74 | 1.25 | - |
| YUV | 32.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 26 | 0.5 | 0 | 0.35 | 0.84 | 138 | 0.33 | 0.12 |
| Hex | 14 | 28 | 1A | 32 | 0 | 23 | 54 | 8A | 21 | C |
| Octal | 24 | 50 | 32 | 62 | 0 | 43 | 124 | 212 | 41 | 14 |
| Binary | 10100 | 101000 | 11010 | 110010 | 0 | 100011 | 1010100 | 10001010 | 100001 | 1100 |
Color Harmonies of #14281A
Complementary color
Monochromatic Colors of #14281A
Black with #14281A
Text Example
Text Example
White with #14281A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14281A; }
p { color: rgb(20,40,26); }
H1.HeaderClassName
{
color: #14281A;
}
.AnyTagClassName
{
color: #14281A;
}
</style>
background-color css
<style>
a { background-color: #14281A; }
a { background-color: rgb(20,40,26); }
div.DivClassName
{
background-color: #14281A;
}
.BgClassName
{
background-color: #14281A;
}
</style>
border-color css
<style>
span { border-color: #14281A; }
span { border-color: rgb(20,40,26); }
td.TdClassName
{
border-color: #14281A;
}
.TagClassName
{
border-color: #14281A;
}
</style>