Shades of Black Bean #17311B
Tints of Black Bean #17311B
RGB
CMYK
RGB Variations
Color information
#17311B (or 0x17311B) is known color: Black Bean. HEX triplet: 17, 31 and 1B. RGB value is (23,49,27). Sum of RGB (Red+Green+Blue) = 23+49+27=99 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23.23% from 99); Green value is 49 (19.53% from 255 or 49.49% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 49 - color contains mainly: green. Hex color #17311B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17311B is #E8CEE4. Grayscale: #262626. Windows color (decimal): -15257317 or 1782039. OLE color: 1782039.
HSL color Cylindrical-coordinate representation of color #17311B: hue angle of 129.23º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #17311B is Cyan = 0.53, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 49 | 27 | - |
| CMYK | 0.53 | 0 | 0.45 | 0.81 |
| HSL | 129.23º | 0.36% | 0.14% | - |
| HSV(B) | 129.23º | 0.53% | 0.19% | - |
| XYZ | 1.65 | 2.46 | 1.42 | - |
| YUV | 38.72 | 121.39 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 27 | 0.53 | 0 | 0.45 | 0.81 | 129.23 | 0.36 | 0.14 |
| Hex | 17 | 31 | 1B | 35 | 0 | 2D | 51 | 81 | 24 | E |
| Octal | 27 | 61 | 33 | 65 | 0 | 55 | 121 | 201 | 44 | 16 |
| Binary | 10111 | 110001 | 11011 | 110101 | 0 | 101101 | 1010001 | 10000001 | 100100 | 1110 |
Color Harmonies of #17311B
Complementary color
Monochromatic Colors of #17311B
Black with #17311B
Text Example
Text Example
White with #17311B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17311B; }
p { color: rgb(23,49,27); }
H1.HeaderClassName
{
color: #17311B;
}
.AnyTagClassName
{
color: #17311B;
}
</style>
background-color css
<style>
a { background-color: #17311B; }
a { background-color: rgb(23,49,27); }
div.DivClassName
{
background-color: #17311B;
}
.BgClassName
{
background-color: #17311B;
}
</style>
border-color css
<style>
span { border-color: #17311B; }
span { border-color: rgb(23,49,27); }
td.TdClassName
{
border-color: #17311B;
}
.TagClassName
{
border-color: #17311B;
}
</style>