Shades of Black Bean #17271C
Tints of Black Bean #17271C
RGB
CMYK
RGB Variations
Color information
#17271C (or 0x17271C) is known color: Black Bean. HEX triplet: 17, 27 and 1C. RGB value is (23,39,28). Sum of RGB (Red+Green+Blue) = 23+39+28=90 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.56% from 90); Green value is 39 (15.62% from 255 or 43.33% from 90); Blue value is 28 (11.33% from 255 or 31.11% from 90); Max value from RGB is 39 - color contains mainly: green. Hex color #17271C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17271C is #E8D8E3. Grayscale: #202020. Windows color (decimal): -15259876 or 1845015. OLE color: 1845015.
HSL color Cylindrical-coordinate representation of color #17271C: hue angle of 138.75º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #17271C is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 39 | 28 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.85 |
| HSL | 138.75º | 0.26% | 0.12% | - |
| HSV(B) | 138.75º | 0.41% | 0.15% | - |
| XYZ | 1.29 | 1.72 | 1.36 | - |
| YUV | 32.96 | 125.2 | 120.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 28 | 0.41 | 0 | 0.28 | 0.85 | 138.75 | 0.26 | 0.12 |
| Hex | 17 | 27 | 1C | 29 | 0 | 1C | 55 | 8B | 1A | C |
| Octal | 27 | 47 | 34 | 51 | 0 | 34 | 125 | 213 | 32 | 14 |
| Binary | 10111 | 100111 | 11100 | 101001 | 0 | 11100 | 1010101 | 10001011 | 11010 | 1100 |
Color Harmonies of #17271C
Complementary color
Monochromatic Colors of #17271C
Black with #17271C
Text Example
Text Example
White with #17271C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17271C; }
p { color: rgb(23,39,28); }
H1.HeaderClassName
{
color: #17271C;
}
.AnyTagClassName
{
color: #17271C;
}
</style>
background-color css
<style>
a { background-color: #17271C; }
a { background-color: rgb(23,39,28); }
div.DivClassName
{
background-color: #17271C;
}
.BgClassName
{
background-color: #17271C;
}
</style>
border-color css
<style>
span { border-color: #17271C; }
span { border-color: rgb(23,39,28); }
td.TdClassName
{
border-color: #17271C;
}
.TagClassName
{
border-color: #17271C;
}
</style>