Shades of Black Bean #172F1B
Tints of Black Bean #172F1B
RGB
CMYK
RGB Variations
Color information
#172F1B (or 0x172F1B) is known color: Black Bean. HEX triplet: 17, 2F and 1B. RGB value is (23,47,27). Sum of RGB (Red+Green+Blue) = 23+47+27=97 (12% of max value = 765). Red value is 23 (9.38% from 255 or 23.71% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 27 (10.94% from 255 or 27.84% from 97); Max value from RGB is 47 - color contains mainly: green. Hex color #172F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #172F1B is #E8D0E4. Grayscale: #252525. Windows color (decimal): -15257829 or 1781527. OLE color: 1781527.
HSL color Cylindrical-coordinate representation of color #172F1B: hue angle of 130º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #172F1B is Cyan = 0.51, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 23 | 47 | 27 | - |
| CMYK | 0.51 | 0 | 0.43 | 0.82 |
| HSL | 130º | 0.34% | 0.14% | - |
| HSV(B) | 130º | 0.51% | 0.18% | - |
| XYZ | 1.57 | 2.29 | 1.4 | - |
| YUV | 37.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 47 | 27 | 0.51 | 0 | 0.43 | 0.82 | 130 | 0.34 | 0.14 |
| Hex | 17 | 2F | 1B | 33 | 0 | 2B | 52 | 82 | 22 | E |
| Octal | 27 | 57 | 33 | 63 | 0 | 53 | 122 | 202 | 42 | 16 |
| Binary | 10111 | 101111 | 11011 | 110011 | 0 | 101011 | 1010010 | 10000010 | 100010 | 1110 |
Color Harmonies of #172F1B
Complementary color
Monochromatic Colors of #172F1B
Black with #172F1B
Text Example
Text Example
White with #172F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #172F1B; }
p { color: rgb(23,47,27); }
H1.HeaderClassName
{
color: #172F1B;
}
.AnyTagClassName
{
color: #172F1B;
}
</style>
background-color css
<style>
a { background-color: #172F1B; }
a { background-color: rgb(23,47,27); }
div.DivClassName
{
background-color: #172F1B;
}
.BgClassName
{
background-color: #172F1B;
}
</style>
border-color css
<style>
span { border-color: #172F1B; }
span { border-color: rgb(23,47,27); }
td.TdClassName
{
border-color: #172F1B;
}
.TagClassName
{
border-color: #172F1B;
}
</style>