Shades of Black Bean #17321B
Tints of Black Bean #17321B
RGB
CMYK
RGB Variations
Color information
#17321B (or 0x17321B) is known color: Black Bean. HEX triplet: 17, 32 and 1B. RGB value is (23,50,27). Sum of RGB (Red+Green+Blue) = 23+50+27=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #17321B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17321B is #E8CDE4. Grayscale: #272727. Windows color (decimal): -15257061 or 1782295. OLE color: 1782295.
HSL color Cylindrical-coordinate representation of color #17321B: hue angle of 128.89º degrees, saturation: 0.37, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #17321B is Cyan = 0.54, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 50 | 27 | - |
| CMYK | 0.54 | 0 | 0.46 | 0.80 |
| HSL | 128.89º | 0.37% | 0.14% | - |
| HSV(B) | 128.89º | 0.54% | 0.2% | - |
| XYZ | 1.69 | 2.54 | 1.44 | - |
| YUV | 39.31 | 121.05 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 27 | 0.54 | 0 | 0.46 | 0.80 | 128.89 | 0.37 | 0.14 |
| Hex | 17 | 32 | 1B | 36 | 0 | 2E | 50 | 81 | 25 | E |
| Octal | 27 | 62 | 33 | 66 | 0 | 56 | 120 | 201 | 45 | 16 |
| Binary | 10111 | 110010 | 11011 | 110110 | 0 | 101110 | 1010000 | 10000001 | 100101 | 1110 |
Color Harmonies of #17321B
Complementary color
Monochromatic Colors of #17321B
Black with #17321B
Text Example
Text Example
White with #17321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17321B; }
p { color: rgb(23,50,27); }
H1.HeaderClassName
{
color: #17321B;
}
.AnyTagClassName
{
color: #17321B;
}
</style>
background-color css
<style>
a { background-color: #17321B; }
a { background-color: rgb(23,50,27); }
div.DivClassName
{
background-color: #17321B;
}
.BgClassName
{
background-color: #17321B;
}
</style>
border-color css
<style>
span { border-color: #17321B; }
span { border-color: rgb(23,50,27); }
td.TdClassName
{
border-color: #17321B;
}
.TagClassName
{
border-color: #17321B;
}
</style>