Shades of Black Bean #17271B
Tints of Black Bean #17271B
RGB
CMYK
RGB Variations
Color information
#17271B (or 0x17271B) is known color: Black Bean. HEX triplet: 17, 27 and 1B. RGB value is (23,39,27). Sum of RGB (Red+Green+Blue) = 23+39+27=89 (11% of max value = 765). Red value is 23 (9.38% from 255 or 25.84% from 89); Green value is 39 (15.62% from 255 or 43.82% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 39 - color contains mainly: green. Hex color #17271B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #17271B is #E8D8E4. Grayscale: #202020. Windows color (decimal): -15259877 or 1779479. OLE color: 1779479.
HSL color Cylindrical-coordinate representation of color #17271B: hue angle of 135º 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 #17271B is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 23 | 39 | 27 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.85 |
| HSL | 135º | 0.26% | 0.12% | - |
| HSV(B) | 135º | 0.41% | 0.15% | - |
| XYZ | 1.28 | 1.71 | 1.3 | - |
| YUV | 32.85 | 124.7 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 39 | 27 | 0.41 | 0 | 0.31 | 0.85 | 135 | 0.26 | 0.12 |
| Hex | 17 | 27 | 1B | 29 | 0 | 1F | 55 | 87 | 1A | C |
| Octal | 27 | 47 | 33 | 51 | 0 | 37 | 125 | 207 | 32 | 14 |
| Binary | 10111 | 100111 | 11011 | 101001 | 0 | 11111 | 1010101 | 10000111 | 11010 | 1100 |
Color Harmonies of #17271B
Complementary color
Monochromatic Colors of #17271B
Black with #17271B
Text Example
Text Example
White with #17271B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17271B; }
p { color: rgb(23,39,27); }
H1.HeaderClassName
{
color: #17271B;
}
.AnyTagClassName
{
color: #17271B;
}
</style>
background-color css
<style>
a { background-color: #17271B; }
a { background-color: rgb(23,39,27); }
div.DivClassName
{
background-color: #17271B;
}
.BgClassName
{
background-color: #17271B;
}
</style>
border-color css
<style>
span { border-color: #17271B; }
span { border-color: rgb(23,39,27); }
td.TdClassName
{
border-color: #17271B;
}
.TagClassName
{
border-color: #17271B;
}
</style>