Shades of Black Bean #102113
Tints of Black Bean #102113
RGB
CMYK
RGB Variations
Color information
#102113 (or 0x102113) is known color: Black Bean. HEX triplet: 10, 21 and 13. RGB value is (16,33,19). Sum of RGB (Red+Green+Blue) = 16+33+19=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 33 (13.28% from 255 or 48.53% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 33 - color contains mainly: green. Hex color #102113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102113 is #EFDEEC. Grayscale: #1A1A1A. Windows color (decimal): -15720173 or 1253648. OLE color: 1253648.
HSL color Cylindrical-coordinate representation of color #102113: hue angle of 130.59º 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 #102113 is Cyan = 0.52, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 33 | 19 | - |
| CMYK | 0.52 | 0 | 0.42 | 0.87 |
| HSL | 130.59º | 0.35% | 0.1% | - |
| HSV(B) | 130.59º | 0.52% | 0.13% | - |
| XYZ | 0.88 | 1.24 | 0.81 | - |
| YUV | 26.32 | 123.87 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 33 | 19 | 0.52 | 0 | 0.42 | 0.87 | 130.59 | 0.35 | 0.1 |
| Hex | 10 | 21 | 13 | 34 | 0 | 2A | 57 | 83 | 23 | A |
| Octal | 20 | 41 | 23 | 64 | 0 | 52 | 127 | 203 | 43 | 12 |
| Binary | 10000 | 100001 | 10011 | 110100 | 0 | 101010 | 1010111 | 10000011 | 100011 | 1010 |
Color Harmonies of #102113
Complementary color
Monochromatic Colors of #102113
Black with #102113
Text Example
Text Example
White with #102113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102113; }
p { color: rgb(16,33,19); }
H1.HeaderClassName
{
color: #102113;
}
.AnyTagClassName
{
color: #102113;
}
</style>
background-color css
<style>
a { background-color: #102113; }
a { background-color: rgb(16,33,19); }
div.DivClassName
{
background-color: #102113;
}
.BgClassName
{
background-color: #102113;
}
</style>
border-color css
<style>
span { border-color: #102113; }
span { border-color: rgb(16,33,19); }
td.TdClassName
{
border-color: #102113;
}
.TagClassName
{
border-color: #102113;
}
</style>