Shades of Black Bean #102114
Tints of Black Bean #102114
RGB
CMYK
RGB Variations
Color information
#102114 (or 0x102114) is known color: Black Bean. HEX triplet: 10, 21 and 14. RGB value is (16,33,20). Sum of RGB (Red+Green+Blue) = 16+33+20=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 33 (13.28% from 255 or 47.83% from 69); Blue value is 20 (8.20% from 255 or 28.99% from 69); Max value from RGB is 33 - color contains mainly: green. Hex color #102114 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102114 is #EFDEEB. Grayscale: #1A1A1A. Windows color (decimal): -15720172 or 1319184. OLE color: 1319184.
HSL color Cylindrical-coordinate representation of color #102114: hue angle of 134.12º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #102114 is Cyan = 0.52, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 33 | 20 | - |
| CMYK | 0.52 | 0 | 0.39 | 0.87 |
| HSL | 134.12º | 0.35% | 0.1% | - |
| HSV(B) | 134.12º | 0.52% | 0.13% | - |
| XYZ | 0.88 | 1.25 | 0.86 | - |
| YUV | 26.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 20 | 0.52 | 0 | 0.39 | 0.87 | 134.12 | 0.35 | 0.1 |
| Hex | 10 | 21 | 14 | 34 | 0 | 27 | 57 | 86 | 23 | A |
| Octal | 20 | 41 | 24 | 64 | 0 | 47 | 127 | 206 | 43 | 12 |
| Binary | 10000 | 100001 | 10100 | 110100 | 0 | 100111 | 1010111 | 10000110 | 100011 | 1010 |
Color Harmonies of #102114
Complementary color
Monochromatic Colors of #102114
Black with #102114
Text Example
Text Example
White with #102114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102114; }
p { color: rgb(16,33,20); }
H1.HeaderClassName
{
color: #102114;
}
.AnyTagClassName
{
color: #102114;
}
</style>
background-color css
<style>
a { background-color: #102114; }
a { background-color: rgb(16,33,20); }
div.DivClassName
{
background-color: #102114;
}
.BgClassName
{
background-color: #102114;
}
</style>
border-color css
<style>
span { border-color: #102114; }
span { border-color: rgb(16,33,20); }
td.TdClassName
{
border-color: #102114;
}
.TagClassName
{
border-color: #102114;
}
</style>