Shades of Black Bean #102415
Tints of Black Bean #102415
RGB
CMYK
RGB Variations
Color information
#102415 (or 0x102415) is known color: Black Bean. HEX triplet: 10, 24 and 15. RGB value is (16,36,21). Sum of RGB (Red+Green+Blue) = 16+36+21=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 36 (14.45% from 255 or 49.32% from 73); Blue value is 21 (8.59% from 255 or 28.77% from 73); Max value from RGB is 36 - color contains mainly: green. Hex color #102415 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102415 is #EFDBEA. Grayscale: #1C1C1C. Windows color (decimal): -15719403 or 1385488. OLE color: 1385488.
HSL color Cylindrical-coordinate representation of color #102415: hue angle of 135º degrees, saturation: 0.38, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #102415 is Cyan = 0.56, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 36 | 21 | - |
| CMYK | 0.56 | 0 | 0.42 | 0.86 |
| HSL | 135º | 0.38% | 0.1% | - |
| HSV(B) | 135º | 0.56% | 0.14% | - |
| XYZ | 0.98 | 1.43 | 0.93 | - |
| YUV | 28.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 36 | 21 | 0.56 | 0 | 0.42 | 0.86 | 135 | 0.38 | 0.1 |
| Hex | 10 | 24 | 15 | 38 | 0 | 2A | 56 | 87 | 26 | A |
| Octal | 20 | 44 | 25 | 70 | 0 | 52 | 126 | 207 | 46 | 12 |
| Binary | 10000 | 100100 | 10101 | 111000 | 0 | 101010 | 1010110 | 10000111 | 100110 | 1010 |
Color Harmonies of #102415
Complementary color
Monochromatic Colors of #102415
Black with #102415
Text Example
Text Example
White with #102415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102415; }
p { color: rgb(16,36,21); }
H1.HeaderClassName
{
color: #102415;
}
.AnyTagClassName
{
color: #102415;
}
</style>
background-color css
<style>
a { background-color: #102415; }
a { background-color: rgb(16,36,21); }
div.DivClassName
{
background-color: #102415;
}
.BgClassName
{
background-color: #102415;
}
</style>
border-color css
<style>
span { border-color: #102415; }
span { border-color: rgb(16,36,21); }
td.TdClassName
{
border-color: #102415;
}
.TagClassName
{
border-color: #102415;
}
</style>