Shades of Black Bean #17321D
Tints of Black Bean #17321D
RGB
CMYK
RGB Variations
Color information
#17321D (or 0x17321D) is known color: Black Bean. HEX triplet: 17, 32 and 1D. RGB value is (23,50,29). Sum of RGB (Red+Green+Blue) = 23+50+29=102 (13% of max value = 765). Red value is 23 (9.38% from 255 or 22.55% from 102); Green value is 50 (19.92% from 255 or 49.02% from 102); Blue value is 29 (11.72% from 255 or 28.43% from 102); Max value from RGB is 50 - color contains mainly: green. Hex color #17321D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17321D is #E8CDE2. Grayscale: #272727. Windows color (decimal): -15257059 or 1913367. OLE color: 1913367.
HSL color Cylindrical-coordinate representation of color #17321D: hue angle of 133.33º 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 #17321D is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 23 | 50 | 29 | - |
| CMYK | 0.54 | 0 | 0.42 | 0.80 |
| HSL | 133.33º | 0.37% | 0.14% | - |
| HSV(B) | 133.33º | 0.54% | 0.2% | - |
| XYZ | 1.72 | 2.55 | 1.56 | - |
| YUV | 39.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 50 | 29 | 0.54 | 0 | 0.42 | 0.80 | 133.33 | 0.37 | 0.14 |
| Hex | 17 | 32 | 1D | 36 | 0 | 2A | 50 | 85 | 25 | E |
| Octal | 27 | 62 | 35 | 66 | 0 | 52 | 120 | 205 | 45 | 16 |
| Binary | 10111 | 110010 | 11101 | 110110 | 0 | 101010 | 1010000 | 10000101 | 100101 | 1110 |
Color Harmonies of #17321D
Complementary color
Monochromatic Colors of #17321D
Black with #17321D
Text Example
Text Example
White with #17321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17321D; }
p { color: rgb(23,50,29); }
H1.HeaderClassName
{
color: #17321D;
}
.AnyTagClassName
{
color: #17321D;
}
</style>
background-color css
<style>
a { background-color: #17321D; }
a { background-color: rgb(23,50,29); }
div.DivClassName
{
background-color: #17321D;
}
.BgClassName
{
background-color: #17321D;
}
</style>
border-color css
<style>
span { border-color: #17321D; }
span { border-color: rgb(23,50,29); }
td.TdClassName
{
border-color: #17321D;
}
.TagClassName
{
border-color: #17321D;
}
</style>