Shades of Black Bean #102813
Tints of Black Bean #102813
RGB
CMYK
RGB Variations
Color information
#102813 (or 0x102813) is known color: Black Bean. HEX triplet: 10, 28 and 13. RGB value is (16,40,19). Sum of RGB (Red+Green+Blue) = 16+40+19=75 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.33% from 75); Green value is 40 (16.02% from 255 or 53.33% from 75); Blue value is 19 (7.81% from 255 or 25.33% from 75); Max value from RGB is 40 - color contains mainly: green. Hex color #102813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102813 is #EFD7EC. Grayscale: #1E1E1E. Windows color (decimal): -15718381 or 1255440. OLE color: 1255440.
HSL color Cylindrical-coordinate representation of color #102813: hue angle of 127.5º degrees, saturation: 0.43, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #102813 is Cyan = 0.60, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 16 | 40 | 19 | - |
| CMYK | 0.60 | 0 | 0.52 | 0.84 |
| HSL | 127.5º | 0.43% | 0.11% | - |
| HSV(B) | 127.5º | 0.6% | 0.16% | - |
| XYZ | 1.09 | 1.67 | 0.88 | - |
| YUV | 30.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 40 | 19 | 0.60 | 0 | 0.52 | 0.84 | 127.5 | 0.43 | 0.11 |
| Hex | 10 | 28 | 13 | 3C | 0 | 34 | 54 | 80 | 2B | B |
| Octal | 20 | 50 | 23 | 74 | 0 | 64 | 124 | 200 | 53 | 13 |
| Binary | 10000 | 101000 | 10011 | 111100 | 0 | 110100 | 1010100 | 10000000 | 101011 | 1011 |
Color Harmonies of #102813
Complementary color
Monochromatic Colors of #102813
Black with #102813
Text Example
Text Example
White with #102813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102813; }
p { color: rgb(16,40,19); }
H1.HeaderClassName
{
color: #102813;
}
.AnyTagClassName
{
color: #102813;
}
</style>
background-color css
<style>
a { background-color: #102813; }
a { background-color: rgb(16,40,19); }
div.DivClassName
{
background-color: #102813;
}
.BgClassName
{
background-color: #102813;
}
</style>
border-color css
<style>
span { border-color: #102813; }
span { border-color: rgb(16,40,19); }
td.TdClassName
{
border-color: #102813;
}
.TagClassName
{
border-color: #102813;
}
</style>