Shades of Black Bean #102312
Tints of Black Bean #102312
RGB
CMYK
RGB Variations
Color information
#102312 (or 0x102312) is known color: Black Bean. HEX triplet: 10, 23 and 12. RGB value is (16,35,18). Sum of RGB (Red+Green+Blue) = 16+35+18=69 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.19% from 69); Green value is 35 (14.06% from 255 or 50.72% from 69); Blue value is 18 (7.42% from 255 or 26.09% from 69); Max value from RGB is 35 - color contains mainly: green. Hex color #102312 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #102312 is #EFDCED. Grayscale: #1B1B1B. Windows color (decimal): -15719662 or 1188624. OLE color: 1188624.
HSL color Cylindrical-coordinate representation of color #102312: hue angle of 126.32º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #102312 is Cyan = 0.54, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 16 | 35 | 18 | - |
| CMYK | 0.54 | 0 | 0.49 | 0.86 |
| HSL | 126.32º | 0.37% | 0.1% | - |
| HSV(B) | 126.32º | 0.54% | 0.14% | - |
| XYZ | 0.92 | 1.36 | 0.79 | - |
| YUV | 27.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 35 | 18 | 0.54 | 0 | 0.49 | 0.86 | 126.32 | 0.37 | 0.1 |
| Hex | 10 | 23 | 12 | 36 | 0 | 31 | 56 | 7E | 25 | A |
| Octal | 20 | 43 | 22 | 66 | 0 | 61 | 126 | 176 | 45 | 12 |
| Binary | 10000 | 100011 | 10010 | 110110 | 0 | 110001 | 1010110 | 1111110 | 100101 | 1010 |
Color Harmonies of #102312
Complementary color
Monochromatic Colors of #102312
Black with #102312
Text Example
Text Example
White with #102312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #102312; }
p { color: rgb(16,35,18); }
H1.HeaderClassName
{
color: #102312;
}
.AnyTagClassName
{
color: #102312;
}
</style>
background-color css
<style>
a { background-color: #102312; }
a { background-color: rgb(16,35,18); }
div.DivClassName
{
background-color: #102312;
}
.BgClassName
{
background-color: #102312;
}
</style>
border-color css
<style>
span { border-color: #102312; }
span { border-color: rgb(16,35,18); }
td.TdClassName
{
border-color: #102312;
}
.TagClassName
{
border-color: #102312;
}
</style>