Shades of Black Bean #102C13
Tints of Black Bean #102C13
RGB
CMYK
RGB Variations
Color information
#102C13 (or 0x102C13) is known color: Black Bean. HEX triplet: 10, 2C and 13. RGB value is (16,44,19). Sum of RGB (Red+Green+Blue) = 16+44+19=79 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20.25% from 79); Green value is 44 (17.58% from 255 or 55.70% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 44 - color contains mainly: green. Hex color #102C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102C13 is #EFD3EC. Grayscale: #202020. Windows color (decimal): -15717357 or 1256464. OLE color: 1256464.
HSL color Cylindrical-coordinate representation of color #102C13: hue angle of 126.43º degrees, saturation: 0.47, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #102C13 is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 16 | 44 | 19 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.83 |
| HSL | 126.43º | 0.47% | 0.12% | - |
| HSV(B) | 126.43º | 0.64% | 0.17% | - |
| XYZ | 1.23 | 1.96 | 0.93 | - |
| YUV | 32.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 44 | 19 | 0.64 | 0 | 0.57 | 0.83 | 126.43 | 0.47 | 0.12 |
| Hex | 10 | 2C | 13 | 40 | 0 | 39 | 53 | 7E | 2F | C |
| Octal | 20 | 54 | 23 | 100 | 0 | 71 | 123 | 176 | 57 | 14 |
| Binary | 10000 | 101100 | 10011 | 1000000 | 0 | 111001 | 1010011 | 1111110 | 101111 | 1100 |
Color Harmonies of #102C13
Complementary color
Monochromatic Colors of #102C13
Black with #102C13
Text Example
Text Example
White with #102C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102C13; }
p { color: rgb(16,44,19); }
H1.HeaderClassName
{
color: #102C13;
}
.AnyTagClassName
{
color: #102C13;
}
</style>
background-color css
<style>
a { background-color: #102C13; }
a { background-color: rgb(16,44,19); }
div.DivClassName
{
background-color: #102C13;
}
.BgClassName
{
background-color: #102C13;
}
</style>
border-color css
<style>
span { border-color: #102C13; }
span { border-color: rgb(16,44,19); }
td.TdClassName
{
border-color: #102C13;
}
.TagClassName
{
border-color: #102C13;
}
</style>