Shades of Black Bean #17311C
Tints of Black Bean #17311C
RGB
CMYK
RGB Variations
Color information
#17311C (or 0x17311C) is known color: Black Bean. HEX triplet: 17, 31 and 1C. RGB value is (23,49,28). Sum of RGB (Red+Green+Blue) = 23+49+28=100 (13% of max value = 765). Red value is 23 (9.38% from 255 or 23% from 100); Green value is 49 (19.53% from 255 or 49% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 49 - color contains mainly: green. Hex color #17311C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17311C is #E8CEE3. Grayscale: #262626. Windows color (decimal): -15257316 or 1847575. OLE color: 1847575.
HSL color Cylindrical-coordinate representation of color #17311C: hue angle of 131.54º 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 #17311C is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 23 | 49 | 28 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.81 |
| HSL | 131.54º | 0.36% | 0.14% | - |
| HSV(B) | 131.54º | 0.53% | 0.19% | - |
| XYZ | 1.66 | 2.46 | 1.49 | - |
| YUV | 38.83 | 121.89 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 49 | 28 | 0.53 | 0 | 0.43 | 0.81 | 131.54 | 0.36 | 0.14 |
| Hex | 17 | 31 | 1C | 35 | 0 | 2B | 51 | 84 | 24 | E |
| Octal | 27 | 61 | 34 | 65 | 0 | 53 | 121 | 204 | 44 | 16 |
| Binary | 10111 | 110001 | 11100 | 110101 | 0 | 101011 | 1010001 | 10000100 | 100100 | 1110 |
Color Harmonies of #17311C
Complementary color
Monochromatic Colors of #17311C
Black with #17311C
Text Example
Text Example
White with #17311C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17311C; }
p { color: rgb(23,49,28); }
H1.HeaderClassName
{
color: #17311C;
}
.AnyTagClassName
{
color: #17311C;
}
</style>
background-color css
<style>
a { background-color: #17311C; }
a { background-color: rgb(23,49,28); }
div.DivClassName
{
background-color: #17311C;
}
.BgClassName
{
background-color: #17311C;
}
</style>
border-color css
<style>
span { border-color: #17311C; }
span { border-color: rgb(23,49,28); }
td.TdClassName
{
border-color: #17311C;
}
.TagClassName
{
border-color: #17311C;
}
</style>