Shades of Black Bean #102212
Tints of Black Bean #102212
RGB
CMYK
RGB Variations
Color information
#102212 (or 0x102212) is known color: Black Bean. HEX triplet: 10, 22 and 12. RGB value is (16,34,18). Sum of RGB (Red+Green+Blue) = 16+34+18=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 34 (13.67% from 255 or 50% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 34 - color contains mainly: green. Hex color #102212 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102212 is #EFDDED. Grayscale: #1A1A1A. Windows color (decimal): -15719918 or 1188368. OLE color: 1188368.
HSL color Cylindrical-coordinate representation of color #102212: hue angle of 126.67º degrees, saturation: 0.36, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #102212 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 34 | 18 | - |
| CMYK | 0.53 | 0 | 0.47 | 0.87 |
| HSL | 126.67º | 0.36% | 0.1% | - |
| HSV(B) | 126.67º | 0.53% | 0.13% | - |
| XYZ | 0.89 | 1.3 | 0.78 | - |
| YUV | 26.79 | 123.04 | 120.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 18 | 0.53 | 0 | 0.47 | 0.87 | 126.67 | 0.36 | 0.1 |
| Hex | 10 | 22 | 12 | 35 | 0 | 2F | 57 | 7F | 24 | A |
| Octal | 20 | 42 | 22 | 65 | 0 | 57 | 127 | 177 | 44 | 12 |
| Binary | 10000 | 100010 | 10010 | 110101 | 0 | 101111 | 1010111 | 1111111 | 100100 | 1010 |
Color Harmonies of #102212
Complementary color
Monochromatic Colors of #102212
Black with #102212
Text Example
Text Example
White with #102212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102212; }
p { color: rgb(16,34,18); }
H1.HeaderClassName
{
color: #102212;
}
.AnyTagClassName
{
color: #102212;
}
</style>
background-color css
<style>
a { background-color: #102212; }
a { background-color: rgb(16,34,18); }
div.DivClassName
{
background-color: #102212;
}
.BgClassName
{
background-color: #102212;
}
</style>
border-color css
<style>
span { border-color: #102212; }
span { border-color: rgb(16,34,18); }
td.TdClassName
{
border-color: #102212;
}
.TagClassName
{
border-color: #102212;
}
</style>