Shades of Black Bean #102316
Tints of Black Bean #102316
RGB
CMYK
RGB Variations
Color information
#102316 (or 0x102316) is known color: Black Bean. HEX triplet: 10, 23 and 16. RGB value is (16,35,22). Sum of RGB (Red+Green+Blue) = 16+35+22=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 35 (14.06% from 255 or 47.95% from 73); Blue value is 22 (8.98% from 255 or 30.14% from 73); Max value from RGB is 35 - color contains mainly: green. Hex color #102316 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102316 is #EFDCE9. Grayscale: #1B1B1B. Windows color (decimal): -15719658 or 1450768. OLE color: 1450768.
HSL color Cylindrical-coordinate representation of color #102316: hue angle of 138.95º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #102316 is Cyan = 0.54, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 35 | 22 | - |
| CMYK | 0.54 | 0 | 0.37 | 0.86 |
| HSL | 138.95º | 0.37% | 0.1% | - |
| HSV(B) | 138.95º | 0.54% | 0.14% | - |
| XYZ | 0.96 | 1.37 | 0.97 | - |
| YUV | 27.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 22 | 0.54 | 0 | 0.37 | 0.86 | 138.95 | 0.37 | 0.1 |
| Hex | 10 | 23 | 16 | 36 | 0 | 25 | 56 | 8B | 25 | A |
| Octal | 20 | 43 | 26 | 66 | 0 | 45 | 126 | 213 | 45 | 12 |
| Binary | 10000 | 100011 | 10110 | 110110 | 0 | 100101 | 1010110 | 10001011 | 100101 | 1010 |
Color Harmonies of #102316
Complementary color
Monochromatic Colors of #102316
Black with #102316
Text Example
Text Example
White with #102316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102316; }
p { color: rgb(16,35,22); }
H1.HeaderClassName
{
color: #102316;
}
.AnyTagClassName
{
color: #102316;
}
</style>
background-color css
<style>
a { background-color: #102316; }
a { background-color: rgb(16,35,22); }
div.DivClassName
{
background-color: #102316;
}
.BgClassName
{
background-color: #102316;
}
</style>
border-color css
<style>
span { border-color: #102316; }
span { border-color: rgb(16,35,22); }
td.TdClassName
{
border-color: #102316;
}
.TagClassName
{
border-color: #102316;
}
</style>